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

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

Issue 1162203004: [Autofill] More variant-related code deletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 | components/autofill/core/browser/autofill_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_profile.h
diff --git a/components/autofill/core/browser/autofill_profile.h b/components/autofill/core/browser/autofill_profile.h
index 597c5fdfc0ce16ee1d0738aa7f69630e3165b338..b14d90772df6bcd6154482a203c582e662f5a259 100644
--- a/components/autofill/core/browser/autofill_profile.h
+++ b/components/autofill/core/browser/autofill_profile.h
@@ -240,9 +240,9 @@ class AutofillProfile : public AutofillDataModel {
// Personal information for this profile.
NameInfo name_;
- std::vector<EmailInfo> email_;
+ EmailInfo email_;
CompanyInfo company_;
- std::vector<PhoneNumber> phone_number_;
+ PhoneNumber phone_number_;
Address address_;
// The BCP 47 language code that can be used to format |address_| for display.
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698