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

Unified Diff: third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/include/libaddressinput/storage.h
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h
index 95ff3cabee0a5a6198b75425b100b70f88d278d8..8e5afd4f20099c05ea9ff04bd03aa1282fd82359 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h
@@ -51,7 +51,7 @@ class Storage {
// Retrieves the data for |key| and invokes the |data_ready| callback.
virtual void Get(const std::string& key,
- scoped_ptr<Callback> data_ready) const = 0;
Evan Stade 2014/01/27 23:11:15 I'd rather you didn't make this change --- this is
Dan Beam 2014/01/28 02:22:36 Done.
+ scoped_ptr<Callback> data_ready) = 0;
};
} // namespace addressinput

Powered by Google App Engine
This is Rietveld 408576698