Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: webkit/forms/form_field.cc

Issue 10870038: Remove unused headers and using declarations from form_field (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/forms/form_field.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/forms/form_field.cc
diff --git a/webkit/forms/form_field.cc b/webkit/forms/form_field.cc
index f32b8302033494871c3c47f7f9126ea7545535d1..3032c612f2232caad5a7303736cdc886b5958ecb 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 {
« no previous file with comments | « webkit/forms/form_field.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698