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); |
} |