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

Unified Diff: Source/core/html/InputType.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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 | « Source/core/html/ImageInputType.cpp ('k') | Source/core/html/LabelableElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/InputType.cpp
diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
index cef1cb372984fdf0ece413f6a6ffa6e365e4233a..2fc3b4654f5046202b86a6cde0911af331d893d6 100644
--- a/Source/core/html/InputType.cpp
+++ b/Source/core/html/InputType.cpp
@@ -29,17 +29,13 @@
#include "InputType.h"
#include <limits>
-#include "BeforeTextInsertedEvent.h"
#include "ButtonInputType.h"
#include "CheckboxInputType.h"
#include "ColorInputType.h"
#include "DateInputType.h"
#include "DateTimeInputType.h"
#include "DateTimeLocalInputType.h"
-#include "ElementShadow.h"
#include "EmailInputType.h"
-#include "ExceptionCode.h"
-#include "ExceptionCodePlaceholder.h"
#include "FileInputType.h"
#include "FileList.h"
#include "FormController.h"
@@ -52,16 +48,13 @@
#include "HiddenInputType.h"
#include "ImageInputType.h"
#include "InputTypeNames.h"
-#include "KeyboardEvent.h"
#include "MonthInputType.h"
-#include "NodeRenderStyle.h"
#include "NumberInputType.h"
#include "PasswordInputType.h"
#include "RadioInputType.h"
#include "RangeInputType.h"
#include "ResetInputType.h"
#include "SearchInputType.h"
-#include "ShadowRoot.h"
#include "SubmitInputType.h"
#include "TelephoneInputType.h"
#include "TextInputType.h"
@@ -69,6 +62,13 @@
#include "URLInputType.h"
#include "WeekInputType.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/dom/BeforeTextInsertedEvent.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/KeyboardEvent.h"
+#include "core/dom/NodeRenderStyle.h"
+#include "core/dom/ShadowRoot.h"
#include "core/page/Page.h"
#include "core/page/RuntimeEnabledFeatures.h"
#include "core/platform/DateComponents.h"
« no previous file with comments | « Source/core/html/ImageInputType.cpp ('k') | Source/core/html/LabelableElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698