| Index: Source/core/html/forms/ColorChooser.cpp
|
| diff --git a/Source/platform/ColorChooser.cpp b/Source/core/html/forms/ColorChooser.cpp
|
| similarity index 97%
|
| rename from Source/platform/ColorChooser.cpp
|
| rename to Source/core/html/forms/ColorChooser.cpp
|
| index a40f0f694ecf35db0b315ddc061f0679edffb8f2..e248313f3b782606cf8dc7dbc192aab2fc9a8c65 100644
|
| --- a/Source/platform/ColorChooser.cpp
|
| +++ b/Source/core/html/forms/ColorChooser.cpp
|
| @@ -28,8 +28,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#include "platform/ColorChooser.h"
|
| +#include "core/html/forms/ColorChooser.h"
|
|
|
| namespace blink {
|
|
|
|
|