| Index: Source/core/platform/graphics/Icon.h
|
| diff --git a/Source/core/platform/graphics/Icon.h b/Source/core/platform/graphics/Icon.h
|
| index ad80e282b01723e3b41761eeb3ddfb7b7a683e7f..9c6fc060ccc2d21a90f5248e7fc9e0d9675bbf72 100644
|
| --- a/Source/core/platform/graphics/Icon.h
|
| +++ b/Source/core/platform/graphics/Icon.h
|
| @@ -26,8 +26,8 @@
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/Vector.h>
|
|
|
| -#include "PlatformIcon.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/platform/graphics/chromium/PlatformIcon.h"
|
|
|
| namespace WebCore {
|
|
|
|
|