| Index: base/numerics/safe_conversions.h
|
| diff --git a/base/numerics/safe_conversions.h b/base/numerics/safe_conversions.h
|
| index d9b77f76d50700bd0686de12ae22390d341776ad..fe85fc6f52d3e23e715406de8fa3e631e7d32d57 100644
|
| --- a/base/numerics/safe_conversions.h
|
| +++ b/base/numerics/safe_conversions.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_CONVERSIONS_H_
|
| -#define BASE_NUMERICS_SAFE_CONVERSIONS_H_
|
| +#ifndef BASE_SAFE_CONVERSIONS_H_
|
| +#define BASE_SAFE_CONVERSIONS_H_
|
|
|
| #include <limits>
|
|
|
| @@ -60,4 +60,5 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_NUMERICS_SAFE_CONVERSIONS_H_
|
| +#endif // BASE_SAFE_CONVERSIONS_H_
|
| +
|
|
|