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

Unified Diff: chrome/browser/autofill/phone_number.h

Issue 11529004: [Autofill] Style cleanup in phone number-related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | chrome/browser/autofill/phone_number_i18n.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/phone_number.h
diff --git a/chrome/browser/autofill/phone_number.h b/chrome/browser/autofill/phone_number.h
index a4ce5c6470c7bd569bde501d84a55023425f4c47..e2f203b246c423c610bd903c81172bbcd9b3beb0 100644
--- a/chrome/browser/autofill/phone_number.h
+++ b/chrome/browser/autofill/phone_number.h
@@ -87,7 +87,7 @@ class PhoneNumber : public FormGroup {
// The phone number.
string16 number_;
// Profile which stores the region used as hint when normalizing the number.
- AutofillProfile* profile_; // WEAK
+ const AutofillProfile* profile_; // WEAK
// Cached number.
mutable autofill_i18n::PhoneObject cached_parsed_phone_;
« no previous file with comments | « no previous file | chrome/browser/autofill/phone_number_i18n.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698