Index: Source/core/html/forms/ColorInputType.cpp |
diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
index b37190eabff066a81eba60f7462bfa574323b421..ab9d0d2d7cbb9c95338d3467932ff2dae72e80f4 100644 |
--- a/Source/core/html/forms/ColorInputType.cpp |
+++ b/Source/core/html/forms/ColorInputType.cpp |
@@ -31,11 +31,10 @@ |
#include "config.h" |
#include "core/html/forms/ColorInputType.h" |
-#include "CSSPropertyNames.h" |
-#include "InputTypeNames.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "bindings/v8/ScriptController.h" |
+#include "core/CSSPropertyNames.h" |
+#include "core/InputTypeNames.h" |
#include "core/events/MouseEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
#include "core/html/HTMLDataListElement.h" |
@@ -44,6 +43,7 @@ |
#include "core/html/HTMLOptionElement.h" |
#include "core/page/Chrome.h" |
#include "core/rendering/RenderView.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/UserGestureIndicator.h" |
#include "platform/graphics/Color.h" |
#include "wtf/PassOwnPtr.h" |