| Index: third_party/base/numerics/safe_conversions_impl.h
|
| diff --git a/third_party/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h
|
| similarity index 99%
|
| rename from third_party/numerics/safe_conversions_impl.h
|
| rename to third_party/base/numerics/safe_conversions_impl.h
|
| index a357e518d1f5fcd0211177fa7cdacce5862eecb6..4e97431dd0d8c60ed182f2423d98aa5372961fde 100644
|
| --- a/third_party/numerics/safe_conversions_impl.h
|
| +++ b/third_party/base/numerics/safe_conversions_impl.h
|
| @@ -10,6 +10,7 @@
|
| #include "../macros.h"
|
| #include "../template_util.h"
|
|
|
| +namespace third_party {
|
| namespace base {
|
| namespace internal {
|
|
|
| @@ -212,6 +213,7 @@ inline RangeConstraint DstRangeRelationToSrcRange(Src value) {
|
|
|
| } // namespace internal
|
| } // namespace base
|
| +} // namespace third_party
|
|
|
| #endif // BASE_SAFE_CONVERSIONS_IMPL_H_
|
|
|
|
|