diff options
Diffstat (limited to 'base/numerics/safe_math.h')
-rw-r--r-- | base/numerics/safe_math.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/numerics/safe_math.h b/base/numerics/safe_math.h index ccda1c8..1309446 100644 --- a/base/numerics/safe_math.h +++ b/base/numerics/safe_math.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_SAFE_MATH_H_ -#define BASE_SAFE_MATH_H_ +#ifndef BASE_NUMERICS_SAFE_MATH_H_ +#define BASE_NUMERICS_SAFE_MATH_H_ #include "base/numerics/safe_math_impl.h" @@ -269,4 +269,4 @@ using internal::CheckedNumeric; } // namespace base -#endif // BASE_SAFE_MATH_H_ +#endif // BASE_NUMERICS_SAFE_MATH_H_ |