summaryrefslogtreecommitdiff
path: root/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h')
-rw-r--r--src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h b/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h
index cc41f4312c7..7b18017a089 100644
--- a/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h
+++ b/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/escaping_test_common.h
@@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
-// http://www.apache.org/licenses/LICENSE-2.0
+// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -22,6 +22,7 @@
#include "absl/strings/string_view.h"
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace strings_internal {
struct base64_testcase {
@@ -126,6 +127,7 @@ inline const std::array<base64_testcase, 5>& base64_strings() {
}
} // namespace strings_internal
+ABSL_NAMESPACE_END
} // namespace absl
#endif // ABSL_STRINGS_INTERNAL_ESCAPING_TEST_COMMON_H_