summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/contact_info.h
diff options
context:
space:
mode:
authorgeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 22:29:24 +0000
committergeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-07 22:29:24 +0000
commit95f4165dbb9a7c74850ffe43c456666b4f0842f3 (patch)
tree030c2cce7d905e9ffec28f50e96de61629aee536 /chrome/browser/autofill/contact_info.h
parent69f5c80591159c7ee8f3de730a627a1b65d87721 (diff)
downloadchromium_src-95f4165dbb9a7c74850ffe43c456666b4f0842f3.zip
chromium_src-95f4165dbb9a7c74850ffe43c456666b4f0842f3.tar.gz
chromium_src-95f4165dbb9a7c74850ffe43c456666b4f0842f3.tar.bz2
Adjusted icons, control sizes, etc.
BUG=44622 TEST=in the bug Review URL: http://codereview.chromium.org/2638003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/contact_info.h')
-rw-r--r--chrome/browser/autofill/contact_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/autofill/contact_info.h b/chrome/browser/autofill/contact_info.h
index adbc66a..a1325ea 100644
--- a/chrome/browser/autofill/contact_info.h
+++ b/chrome/browser/autofill/contact_info.h
@@ -28,6 +28,7 @@ class ContactInfo : public FormGroup {
virtual void SetInfo(const AutoFillType& type, const string16& value);
private:
+ friend class ContactInfoTest;
explicit ContactInfo(const ContactInfo& contact_info);
void operator=(const ContactInfo& info);
@@ -89,6 +90,10 @@ class ContactInfo : public FormGroup {
// made lowercase.
void SetLast(const string16& last);
+ // Sets |first_|, |middle_|, |last_| and |*_tokens_| to the tokenized
+ // |full|. It is tokenized on a space only.
+ void SetFullName(const string16& full);
+
void set_suffix(const string16& suffix) { suffix_ = suffix; }
// List of tokens in each part of the name.