Index: third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc |
diff --git a/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc b/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc |
index 0e8043da7b27a19608bc40c2d44a1af0a839ceaa..4bbdbd0838be605dd76e69fb6674ff5a896b08ab 100644 |
--- a/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc |
+++ b/third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc |
@@ -11,6 +11,8 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h" |
+namespace autofill { |
+ |
// Tests for ChromeStorageImpl object. |
class ChromeStorageImplTest : public testing::Test { |
protected: |
@@ -29,3 +31,5 @@ class ChromeStorageImplTest : public testing::Test { |
TEST_F(ChromeStorageImplTest, StandardStorageTests) { |
EXPECT_NO_FATAL_FAILURE(runner_.RunAllTests()); |
} |
+ |
+} // namespace autofill |