| Index: base/numerics/safe_conversions_impl.h
|
| diff --git a/base/numerics/safe_conversions_impl.h b/base/numerics/safe_conversions_impl.h
|
| index c26757a4b3c07d0d5c8c88a22f89b97b072be3d2..504ce7ef29770c7b4f0968b7a8ded5d07f1c2185 100644
|
| --- a/base/numerics/safe_conversions_impl.h
|
| +++ b/base/numerics/safe_conversions_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_SAFE_CONVERSIONS_IMPL_H_
|
| -#define BASE_SAFE_CONVERSIONS_IMPL_H_
|
| +#ifndef BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_
|
| +#define BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_
|
|
|
| #include <limits>
|
|
|
| @@ -212,5 +212,4 @@ inline RangeConstraint DstRangeRelationToSrcRange(Src value) {
|
| } // namespace internal
|
| } // namespace base
|
|
|
| -#endif // BASE_SAFE_CONVERSIONS_IMPL_H_
|
| -
|
| +#endif // BASE_NUMERICS_SAFE_CONVERSIONS_IMPL_H_
|
|
|