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

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

Issue 140823005: [rac] Download country code data in a single HTTP request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Temporarily switch to staging URL. 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
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/libaddressinput.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h
index ac4c6ee2cc8fed4895855ae8ee9dd5c7fc19e723..15d3665715207d207b17b4b624f99c34bdab474a 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h
@@ -97,7 +97,7 @@ class AddressValidator {
// has language-specific validation rules, then these are also loaded.
//
// Example rule:
- // https://i18napis.appspot.com/ssl-address/data/US
+ // https://i18napis.appspot.com/ssl-aggregate-address/data/US
//
// If the rules were loaded successfully before or are still being loaded,
// then does nothing. Notifies |load_rules_delegate| when the loading
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/libaddressinput.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698