| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index 5c34028064446e40d7540a32d8d9b0d4c88fc5d6..18eea438d198748ce450bd7ce0fb24947050135e 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "bindings/v8/ScriptController.h"
|
| -#include "core/dom/MouseEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLDataListElement.h"
|
| #include "core/html/HTMLDivElement.h"
|
|
|