Index: Source/core/html/ColorInputType.cpp |
diff --git a/Source/core/html/ColorInputType.cpp b/Source/core/html/ColorInputType.cpp |
index f223fcf5fe34f5f4c7424c12b90828f1856714fc..e51caa91ddb834e944b1e934eba60fb73cc61a4f 100644 |
--- a/Source/core/html/ColorInputType.cpp |
+++ b/Source/core/html/ColorInputType.cpp |
@@ -33,15 +33,15 @@ |
#include "ColorInputType.h" |
#include "CSSPropertyNames.h" |
-#include "ElementShadow.h" |
#include "HTMLDataListElement.h" |
#include "HTMLDivElement.h" |
#include "HTMLInputElement.h" |
#include "HTMLOptionElement.h" |
#include "InputTypeNames.h" |
-#include "MouseEvent.h" |
#include "ScriptController.h" |
-#include "ShadowRoot.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/MouseEvent.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/page/Chrome.h" |
#include "core/platform/graphics/Color.h" |
#include "core/rendering/RenderObject.h" |