From dda53ae29c537af0e8c7009150cfb8a480680992 Mon Sep 17 00:00:00 2001 From: TCMalloc Team Date: Fri, 13 Dec 2024 02:08:09 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 705804412 Change-Id: Ibd27d6543dd2b2561122fb405c82b37ff0da5cef --- tcmalloc/internal/mismatched_delete_state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tcmalloc/internal/mismatched_delete_state.h b/tcmalloc/internal/mismatched_delete_state.h index aa39ae9d0..30be5e2af 100644 --- a/tcmalloc/internal/mismatched_delete_state.h +++ b/tcmalloc/internal/mismatched_delete_state.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TCMALLOC_MISMATCHED_DELETE_STATE_H_ -#define TCMALLOC_MISMATCHED_DELETE_STATE_H_ +#ifndef TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_ +#define TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_ #include #include @@ -104,4 +104,4 @@ class MismatchedDeleteState { } // namespace tcmalloc GOOGLE_MALLOC_SECTION_END -#endif // TCMALLOC_MISMATCHED_DELETE_STATE_H_ +#endif // TCMALLOC_INTERNAL_MISMATCHED_DELETE_STATE_H_