Index: third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc |
diff --git a/third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc b/third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc |
index 3d1cea19b06c5da7c0ff03183bbb2e1fc9337af4..07683ecbbb1296c645267e0dab8b4aa39b367db0 100644 |
--- a/third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc |
+++ b/third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc |
@@ -9,6 +9,8 @@ |
#include "net/url_request/url_request_test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+namespace autofill { |
+ |
static const char kFakeUrl[] = "http://example.com"; |
class ChromeDownloaderImplTest : public testing::Test { |
@@ -75,3 +77,5 @@ TEST_F(ChromeDownloaderImplTest, Failure) { |
EXPECT_FALSE(success()); |
EXPECT_EQ(std::string(), data()); |
} |
+ |
+} // namespace autofill |