diff options
Diffstat (limited to 'third_party/base/template_util.h')
-rw-r--r-- | third_party/base/template_util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/base/template_util.h b/third_party/base/template_util.h index 8544aa2945..6f31f478b4 100644 --- a/third_party/base/template_util.h +++ b/third_party/base/template_util.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef BASE_TEMPLATE_UTIL_H_ -#define BASE_TEMPLATE_UTIL_H_ +#ifndef THIRD_PARTY_BASE_TEMPLATE_UTIL_H_ +#define THIRD_PARTY_BASE_TEMPLATE_UTIL_H_ #include <stddef.h> #include <iosfwd> @@ -150,4 +150,4 @@ using is_trivially_copy_constructible = std::is_trivially_copy_constructible<T>; #undef CR_USE_FALLBACKS_FOR_GCC_WITH_LIBCXX #undef CR_USE_FALLBACKS_FOR_OLD_EXPERIMENTAL_GLIBCXX -#endif // BASE_TEMPLATE_UTIL_H_ +#endif // THIRD_PARTY_BASE_TEMPLATE_UTIL_H_ |