| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index ae4bd2d76778ca5ec71ea7d54acdd04467c56c0a..359d54e93f8cf994db9afe5afa2d4a6d64aea0f7 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "core/html/forms/ColorInputType.h"
|
|
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptController.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ScriptController.h"
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/InputTypeNames.h"
|
| #include "core/events/MouseEvent.h"
|
|
|