diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 18:47:09 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 18:47:09 +0000 |
commit | 4d022ff503f77992fc54377b6fab55832ba5204b (patch) | |
tree | cf102f60a4a6c9b9e749ab300b2872445d97efef /webkit | |
parent | 471422037fc09b24f8ca08164e041c26a5e764e8 (diff) | |
download | chromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.zip chromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.tar.gz chromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.tar.bz2 |
Remove some #includes where possible.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/335002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/form_field_values.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webkit/glue/form_field_values.h b/webkit/glue/form_field_values.h index 5c2ea62c..d0accf7 100644 --- a/webkit/glue/form_field_values.h +++ b/webkit/glue/form_field_values.h @@ -7,12 +7,9 @@ #include <vector> +#include "base/string16.h" #include "webkit/glue/form_field.h" -namespace WebCore { -class HTMLInputElement; -} - namespace WebKit { class WebForm; } |