| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index 72578326b45a6491d45dbbdf1b6f6b9e030545cf..548556814b670c031366277aca86c75dcdb39d9b 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -43,9 +43,9 @@
|
| #include "core/html/HTMLOptionElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "core/page/Chrome.h"
|
| -#include "core/platform/graphics/Color.h"
|
| #include "core/rendering/RenderView.h"
|
| #include "platform/UserGestureIndicator.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
|
|