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

Unified Diff: third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.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: Fix debug build. 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..31e21eed2905812cdc5693ee0468dc3816b4a51a 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h
@@ -42,7 +42,7 @@ namespace addressinput {
// };
class Storage {
public:
- typedef i18n::addressinput::Callback<std::string, std::string> Callback;
+ typedef i18n::addressinput::Callback<std::string> Callback;
virtual ~Storage() {}

Powered by Google App Engine
This is Rietveld 408576698