summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_profile.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 16:16:31 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 16:16:31 +0000
commit8f608c5bd8ab842a934068149e2da3250cd92686 (patch)
tree4d22c23c914baecdb2085837d3250add3964cfd7 /chrome/browser/autofill/autofill_profile.h
parent3655b9bfb050f54676e122f7263d68071f86dcb3 (diff)
downloadchromium_src-8f608c5bd8ab842a934068149e2da3250cd92686.zip
chromium_src-8f608c5bd8ab842a934068149e2da3250cd92686.tar.gz
chromium_src-8f608c5bd8ab842a934068149e2da3250cd92686.tar.bz2
iwyu: Cleanup in the following files:
* autofill_download.cc * autofill_ie_toolbar_import_win.cc * autofill_field.h * autofill_metrics.cc * autofill_profile.cc * autofill_type.cc * autofill_xml_parser.cc * contact_info.cc * credit_card.cc * credit_card_field.cc * fax_number.h * form_field.cc BUG=none TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/6775005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_profile.h')
-rw-r--r--chrome/browser/autofill/autofill_profile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h
index 11e8bce..617099c 100644
--- a/chrome/browser/autofill/autofill_profile.h
+++ b/chrome/browser/autofill/autofill_profile.h
@@ -6,14 +6,18 @@
#define CHROME_BROWSER_AUTOFILL_AUTOFILL_PROFILE_H_
#pragma once
+#include <stddef.h>
#include <list>
-#include <map>
+#include <ostream>
+#include <string>
#include <vector>
#include "base/string16.h"
#include "chrome/browser/autofill/address.h"
+#include "chrome/browser/autofill/autofill_type.h"
#include "chrome/browser/autofill/contact_info.h"
#include "chrome/browser/autofill/fax_number.h"
+#include "chrome/browser/autofill/field_types.h"
#include "chrome/browser/autofill/form_group.h"
#include "chrome/browser/autofill/home_phone_number.h"