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

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

Issue 109323011: [rac] Download all rules for a country code in libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Abandon in-progress requests upon new requests. 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 3881d83da0e13ec91d7f3506195873055385f50a..01224ce0586da50db9484f2520d68031007d6ea9 100644
--- a/third_party/libaddressinput/chromium/cpp/src/retriever.cc
+++ b/third_party/libaddressinput/chromium/cpp/src/retriever.cc
@@ -97,7 +97,7 @@ Retriever::Retriever(const std::string& validation_data_url,
Retriever::~Retriever() {}
void Retriever::Retrieve(const std::string& key,
- scoped_ptr<Callback> retrieved) const {
+ scoped_ptr<Callback> retrieved) {
new Helper(key,
retrieved.Pass(),
lookup_key_util_,

Powered by Google App Engine
This is Rietveld 408576698