| Index: Source/core/html/forms/ColorInputType.h
|
| diff --git a/Source/core/html/forms/ColorInputType.h b/Source/core/html/forms/ColorInputType.h
|
| index 317f0a81151cf6d376ccd64df51e01124e5f0cd1..56ee111143fa323d39d9297566d5dff5ecc2a393 100644
|
| --- a/Source/core/html/forms/ColorInputType.h
|
| +++ b/Source/core/html/forms/ColorInputType.h
|
| @@ -32,7 +32,7 @@
|
| #define ColorInputType_h
|
|
|
| #include "core/html/forms/BaseClickableWithKeyInputType.h"
|
| -#include "platform/ColorChooserClient.h"
|
| +#include "core/html/forms/ColorChooserClient.h"
|
|
|
| namespace blink {
|
|
|
|
|