summaryrefslogtreecommitdiff
path: root/src/packed-cache-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packed-cache-inl.h')
-rw-r--r--src/packed-cache-inl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packed-cache-inl.h b/src/packed-cache-inl.h
index ff1ac23..32d92fa 100644
--- a/src/packed-cache-inl.h
+++ b/src/packed-cache-inl.h
@@ -108,8 +108,8 @@
//
// Alternatives to this scheme will be added as needed.
-#ifndef TCMALLOC_PACKED_CACHE_INL_H__
-#define TCMALLOC_PACKED_CACHE_INL_H__
+#ifndef TCMALLOC_PACKED_CACHE_INL_H_
+#define TCMALLOC_PACKED_CACHE_INL_H_
#include "base/basictypes.h" // for COMPILE_ASSERT
#include "base/logging.h" // for DCHECK
@@ -225,4 +225,4 @@ class PackedCache {
#undef N_ONES_
-#endif // TCMALLOC_PACKED_CACHE_INL_H__
+#endif // TCMALLOC_PACKED_CACHE_INL_H_