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

Unified Diff: third_party/libaddressinput/chromium/cpp/test/fake_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/test/fake_storage.h
diff --git a/third_party/libaddressinput/chromium/cpp/test/fake_storage.h b/third_party/libaddressinput/chromium/cpp/test/fake_storage.h
index 1987a2d2d19ec728d8a8d00e257a07a183a27d1b..2e23926260d98be7c6c8adcbb2f599c6c93a5ff7 100644
--- a/third_party/libaddressinput/chromium/cpp/test/fake_storage.h
+++ b/third_party/libaddressinput/chromium/cpp/test/fake_storage.h
@@ -59,8 +59,7 @@ class FakeStorage : public Storage {
// Storage implementation.
virtual void Put(const std::string& key, const std::string& data);
- virtual void Get(const std::string& key, scoped_ptr<Callback> data_ready)
- const;
+ virtual void Get(const std::string& key, scoped_ptr<Callback> data_ready);
private:
std::map<std::string, std::string> data_;

Powered by Google App Engine
This is Rietveld 408576698