Index: third_party/libaddressinput/chromium/cpp/src/address_validator.cc |
diff --git a/third_party/libaddressinput/chromium/cpp/src/address_validator.cc b/third_party/libaddressinput/chromium/cpp/src/address_validator.cc |
index 193575abd8620b01f8a744c5f253946e1dec10b9..0732826b9562917ab6b6c7bad98351cb347e3afe 100644 |
--- a/third_party/libaddressinput/chromium/cpp/src/address_validator.cc |
+++ b/third_party/libaddressinput/chromium/cpp/src/address_validator.cc |
@@ -22,7 +22,6 @@ |
#include <string> |
#include "retriever.h" |
-#include "validating_storage.h" |
namespace i18n { |
namespace addressinput { |
@@ -33,7 +32,7 @@ AddressValidator::AddressValidator(scoped_ptr<const Downloader> downloader, |
: retriever_(new Retriever( |
VALIDATION_DATA_URL, |
downloader.Pass(), |
- scoped_ptr<Storage>(new ValidatingStorage(storage.Pass())))), |
+ scoped_ptr<Storage>(storage.Pass()))), |
load_rules_delegate_(load_rules_delegate) {} |
AddressValidator::~AddressValidator() {} |