Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h |
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h |
index ee6e99a896a18e1ab1feda61e4e4cd88f453318b..82827088aaa76fad04fe04f89137adb0a1bb9cf4 100644 |
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h |
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h |
@@ -88,7 +88,7 @@ class AddressValidator { |
// which cannot be NULL. Does not take ownership of |load_rules_delegate|, |
// which can be NULL. The caller owns the result. |
static scoped_ptr<AddressValidator> Build( |
- scoped_ptr<const Downloader> downloader, |
+ scoped_ptr<Downloader> downloader, |
scoped_ptr<Storage> storage, |
LoadRulesDelegate* load_rules_delegate); |