| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index 1020281ba861c15ab5b4706ac691784a29ee21ba..197b541a145338acf51975e68edc035cd0dbe370 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -42,9 +42,9 @@
|
| #include "core/html/HTMLDivElement.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/HTMLOptionElement.h"
|
| +#include "core/html/forms/ColorChooser.h"
|
| #include "core/page/Chrome.h"
|
| #include "core/rendering/RenderView.h"
|
| -#include "platform/ColorChooser.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/graphics/Color.h"
|
|
|