diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-02 10:41:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-02 10:41:58 +0000 |
commit | 0403089b467899bdce4966730bde84acee512d09 (patch) | |
tree | f7780b98df51c18318f3385eab32352b3ff0029f /chrome/browser/autofill/autofill_profile.h | |
parent | 1abb11cb7ce6680fc7677f2f847615b59fb2e03a (diff) | |
download | chromium_src-0403089b467899bdce4966730bde84acee512d09.zip chromium_src-0403089b467899bdce4966730bde84acee512d09.tar.gz chromium_src-0403089b467899bdce4966730bde84acee512d09.tar.bz2 |
autofill: Include iosfwd in some header files.
Better to include iosfwd only when the declaration is needed.
R=isherman@chromium.org
Review URL: http://codereview.chromium.org/8103020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_profile.h')
-rw-r--r-- | chrome/browser/autofill/autofill_profile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h index 69efbaa..1175001 100644 --- a/chrome/browser/autofill/autofill_profile.h +++ b/chrome/browser/autofill/autofill_profile.h @@ -7,8 +7,9 @@ #pragma once #include <stddef.h> + +#include <iosfwd> #include <list> -#include <ostream> #include <string> #include <vector> |