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

Unified Diff: third_party/libaddressinput/chromium/cpp/test/retriever_test.cc

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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/cpp/test/retriever_test.cc
diff --git a/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc b/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
index f1ba0893916efd737ceac0bd8b0c2f76479a8e1a..71b4404f97318e9b5d161be5532d6c87fdfa3871 100644
--- a/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
+++ b/third_party/libaddressinput/chromium/cpp/test/retriever_test.cc
@@ -55,12 +55,7 @@ std::string Wrap(const std::string& data,
// Tests for Retriever object.
class RetrieverTest : public testing::Test {
protected:
- RetrieverTest()
- : storage_(NULL),
- retriever_(),
- success_(false),
- key_(),
- data_() {
Evan Stade 2014/01/28 19:23:12 leave this as is, it's a libaddressinput style thi
Dan Beam 2014/01/30 04:51:36 Done.
+ RetrieverTest() : success_(false) {
ResetRetriever(FakeDownloader::kFakeDataUrl);
}

Powered by Google App Engine
This is Rietveld 408576698