summaryrefslogtreecommitdiff
path: root/absl/strings/internal/pow10_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/strings/internal/pow10_helper.cc')
-rw-r--r--absl/strings/internal/pow10_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/strings/internal/pow10_helper.cc b/absl/strings/internal/pow10_helper.cc
index 5c02ab8f..42e96c34 100644
--- a/absl/strings/internal/pow10_helper.cc
+++ b/absl/strings/internal/pow10_helper.cc
@@ -17,7 +17,7 @@
#include <cmath>
namespace absl {
-inline namespace lts_2019_08_08 {
+ABSL_NAMESPACE_BEGIN
namespace strings_internal {
namespace {
@@ -118,5 +118,5 @@ double Pow10(int exp) {
}
} // namespace strings_internal
-} // inline namespace lts_2019_08_08
+ABSL_NAMESPACE_END
} // namespace absl