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

Unified Diff: components/autofill/core/browser/phone_number_i18n.h

Issue 24538008: rAc: phone number cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 7 years, 3 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/autofill/core/browser/phone_number_i18n.h
diff --git a/components/autofill/core/browser/phone_number_i18n.h b/components/autofill/core/browser/phone_number_i18n.h
index 3fcc824280ad5088bfc9cadc4eb5a881d269deb6..f3705176e9b9bf279c91a643b7342c924f8b7595 100644
--- a/components/autofill/core/browser/phone_number_i18n.h
+++ b/components/autofill/core/browser/phone_number_i18n.h
@@ -80,6 +80,7 @@ class PhoneObject {
base::string16 number() const { return number_; }
base::string16 GetFormattedNumber() const;
+ base::string16 GetNationallyFormattedNumber() const;
base::string16 GetWholeNumber() const;
PhoneObject& operator=(const PhoneObject& other);

Powered by Google App Engine
This is Rietveld 408576698