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

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

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.h
diff --git a/third_party/libaddressinput/chromium/cpp/src/retriever.h b/third_party/libaddressinput/chromium/cpp/src/retriever.h
index 96e1b904c517f01a055d243a8c50febec5a8dfa6..6ed308d4b92812db464f833248a9fdb17adeb238 100644
--- a/third_party/libaddressinput/chromium/cpp/src/retriever.h
+++ b/third_party/libaddressinput/chromium/cpp/src/retriever.h
@@ -50,7 +50,7 @@ class Retriever {
// Retrieves the data for |key| and invokes the |retrieved| callback. Checks
// for the data in storage first. If storage does not have the data for |key|,
// then downloads the data and places it in storage.
- void Retrieve(const std::string& key, scoped_ptr<Callback> retrieved) const;
+ void Retrieve(const std::string& key, scoped_ptr<Callback> retrieved);
private:
const LookupKeyUtil lookup_key_util_;

Powered by Google App Engine
This is Rietveld 408576698