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

Unified Diff: third_party/libaddressinput/chromium/cpp/src/retriever.cc

Issue 127223003: [rAc - libaddressinput] Chrome download impl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync'd 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/src/retriever.cc
diff --git a/third_party/libaddressinput/chromium/cpp/src/retriever.cc b/third_party/libaddressinput/chromium/cpp/src/retriever.cc
index c1ad5306fe49dbe6ed8023ace14a0faf1713ecfa..e2c5e88493392ea6cbb9436edfa286a8e7caf124 100644
--- a/third_party/libaddressinput/chromium/cpp/src/retriever.cc
+++ b/third_party/libaddressinput/chromium/cpp/src/retriever.cc
@@ -33,7 +33,7 @@ namespace i18n {
namespace addressinput {
Retriever::Retriever(const std::string& validation_data_url,
- scoped_ptr<const Downloader> downloader,
+ scoped_ptr<Downloader> downloader,
scoped_ptr<Storage> storage)
: lookup_key_util_(validation_data_url),
downloader_(downloader.Pass()),

Powered by Google App Engine
This is Rietveld 408576698