summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 22:23:46 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-23 22:23:46 +0000
commitc8074e6709f403c1c51940ec00c2ff5ca49a9f5a (patch)
treee426a0b037f3bf83f14a941933fe806d6d9edd6b /webkit
parent70d649a6e406c9b332c3464e6187058d7c809e63 (diff)
downloadchromium_src-c8074e6709f403c1c51940ec00c2ff5ca49a9f5a.zip
chromium_src-c8074e6709f403c1c51940ec00c2ff5ca49a9f5a.tar.gz
chromium_src-c8074e6709f403c1c51940ec00c2ff5ca49a9f5a.tar.bz2
Remove unused headers and using declarations from form_field
These WebKit headers and types are cruft from an earlier version of the file. BUG=None Review URL: https://chromiumcodereview.appspot.com/10870038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/forms/form_field.cc10
-rw-r--r--webkit/forms/form_field.h1
2 files changed, 0 insertions, 11 deletions
diff --git a/webkit/forms/form_field.cc b/webkit/forms/form_field.cc
index f32b830..3032c61 100644
--- a/webkit/forms/form_field.cc
+++ b/webkit/forms/form_field.cc
@@ -6,16 +6,6 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebOptionElement.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebSelectElement.h"
-
-using WebKit::WebFormControlElement;
-using WebKit::WebElement;
-using WebKit::WebInputElement;
-using WebKit::WebOptionElement;
-using WebKit::WebSelectElement;
-using WebKit::WebVector;
namespace webkit {
namespace forms {
diff --git a/webkit/forms/form_field.h b/webkit/forms/form_field.h
index 2f5f0b2..0e92d98 100644
--- a/webkit/forms/form_field.h
+++ b/webkit/forms/form_field.h
@@ -8,7 +8,6 @@
#include <vector>
#include "base/string16.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormControlElement.h"
#include "webkit/forms/webkit_forms_export.h"
namespace webkit {