| Index: base/numerics/safe_conversions_impl.h
|
| ===================================================================
|
| --- base/numerics/safe_conversions_impl.h (revision 0)
|
| +++ base/numerics/safe_conversions_impl.h (working copy)
|
| @@ -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_NUMERICS_IMPL_H_
|
| -#define BASE_SAFE_NUMERICS_IMPL_H_
|
| +#ifndef BASE_SAFE_CONVERSIONS_IMPL_H_
|
| +#define BASE_SAFE_CONVERSIONS_IMPL_H_
|
|
|
| #include <limits>
|
|
|
| @@ -179,5 +179,5 @@
|
| } // namespace internal
|
| } // namespace base
|
|
|
| -#endif // BASE_SAFE_NUMERICS_IMPL_H_
|
| +#endif // BASE_SAFE_CONVERSIONS_IMPL_H_
|
|
|
|
|