Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2082)

Unified Diff: third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698