| Index: base/numerics/safe_math_impl.h
|
| diff --git a/base/numerics/safe_math_impl.h b/base/numerics/safe_math_impl.h
|
| index c8451898bb522681c4d4761cb83a7656e556900f..663f393665ddb44e50f7ac70df5476283e9294b1 100644
|
| --- a/base/numerics/safe_math_impl.h
|
| +++ b/base/numerics/safe_math_impl.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_NUMERICS_SAFE_MATH_IMPL_H_
|
| -#define BASE_NUMERICS_SAFE_MATH_IMPL_H_
|
| +#ifndef SAFE_MATH_IMPL_H_
|
| +#define SAFE_MATH_IMPL_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -498,4 +498,4 @@
|
| } // namespace internal
|
| } // namespace base
|
|
|
| -#endif // BASE_NUMERICS_SAFE_MATH_IMPL_H_
|
| +#endif // SAFE_MATH_IMPL_H_
|
|
|