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

Unified Diff: third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.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/downloader.h
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.h
index 70a23328d0d1534765b4b26c9a6f60fff2be465c..1f65f929444d421b4782611d8b6c8cb77bf2c428 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.h
@@ -38,7 +38,7 @@ namespace addressinput {
// };
class Downloader {
public:
- typedef i18n::addressinput::Callback<std::string, std::string> Callback;
+ typedef i18n::addressinput::Callback<std::string> Callback;
virtual ~Downloader() {}

Powered by Google App Engine
This is Rietveld 408576698