Implement ContactInfo, the FormGroup that stores contact information.

BUG=none
TEST=StringUtilTest.Tokenizer
Review URL: http://codereview.chromium.org/502103

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35475 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 926d6e20..8af16a2 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
@@ -90,6 +90,8 @@
         'browser/autofill/autofill_manager.h',
         'browser/autofill/autofill_type.cc',
         'browser/autofill/autofill_type.h',
+        'browser/autofill/contact_info.cc',
+        'browser/autofill/contact_info.h',
         'browser/autofill/credit_card_field.cc',
         'browser/autofill/credit_card_field.h',
         'browser/autofill/field_types.h',