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

Unified Diff: components/payments/core/address_normalizer.h

Issue 2680143002: Use dropdown list for admin areas in pr form. (Closed)
Patch Set: Supress error-- suggested by clank team Created 3 years, 8 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: components/payments/core/address_normalizer.h
diff --git a/components/payments/core/address_normalizer.h b/components/payments/core/address_normalizer.h
index f3d2a240fb59de2a2e5db65cd330bf6b2de7cf34..2d5b1d57912c3d130174e9a2e55fa41fdb2f927f 100644
--- a/components/payments/core/address_normalizer.h
+++ b/components/payments/core/address_normalizer.h
@@ -76,8 +76,8 @@ class AddressNormalizer : public autofill::LoadRulesListener {
private:
// Called when the validation rules for the |region_code| have finished
// loading. Implementation of the LoadRulesListener interface.
- void OnAddressValidationRulesLoaded(const std::string& region_code,
- bool success) override;
+ void OnAddressRulesLoaded(const std::string& region_code,
+ bool success) override;
// Map associating a region code to pending normalizations.
std::map<std::string, std::vector<std::unique_ptr<Request>>>
« no previous file with comments | « chrome/browser/autofill/android/personal_data_manager_android.cc ('k') | components/payments/core/address_normalizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698