| Index: base/numerics/safe_conversions.h
|
| diff --git a/base/numerics/safe_conversions.h b/base/numerics/safe_conversions.h
|
| index fe85fc6f52d3e23e715406de8fa3e631e7d32d57..d9b77f76d50700bd0686de12ae22390d341776ad 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_SAFE_CONVERSIONS_H_
|
| -#define BASE_SAFE_CONVERSIONS_H_
|
| +#ifndef BASE_NUMERICS_SAFE_CONVERSIONS_H_
|
| +#define BASE_NUMERICS_SAFE_CONVERSIONS_H_
|
|
|
| #include <limits>
|
|
|
| @@ -60,5 +60,4 @@ inline Dst saturated_cast(Src value) {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_SAFE_CONVERSIONS_H_
|
| -
|
| +#endif // BASE_NUMERICS_SAFE_CONVERSIONS_H_
|
|
|