| Index: Source/core/platform/chromium/PlatformThemeChromiumDefault.h
|
| diff --git a/Source/core/platform/chromium/PlatformThemeChromiumDefault.h b/Source/core/platform/chromium/PlatformThemeChromiumDefault.h
|
| index c87f9c5c3f9ca4d92fa1044669cbf4e890541491..9659ac4aa4717a815e15e7c04786376373985727 100644
|
| --- a/Source/core/platform/chromium/PlatformThemeChromiumDefault.h
|
| +++ b/Source/core/platform/chromium/PlatformThemeChromiumDefault.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef PlatformThemeChromiumDefault_h
|
| #define PlatformThemeChromiumDefault_h
|
|
|
| -#include "PlatformContextSkia.h"
|
| #include "SkColor.h"
|
| #include "SkScalar.h"
|
| #include "core/platform/ThemeTypes.h"
|
| +#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
|
|
| namespace WebCore {
|
|
|
|
|