| Index: base/numerics/safe_math.h
|
| diff --git a/base/numerics/safe_math.h b/base/numerics/safe_math.h
|
| index ccda1c873e6543bd392091b0d0f2fbb645e6d497..1309446e195a73c960114c12fba2fd328de1525b 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_
|
|
|