| Index: Source/core/platform/chromium/PlatformScreenChromium.cpp
|
| diff --git a/Source/core/platform/chromium/PlatformScreenChromium.cpp b/Source/core/platform/chromium/PlatformScreenChromium.cpp
|
| index c6b1771a168d5da50b2b23d803e430fc7679deb8..5abf40816771b1049669b6702d65f47eff08471a 100644
|
| --- a/Source/core/platform/chromium/PlatformScreenChromium.cpp
|
| +++ b/Source/core/platform/chromium/PlatformScreenChromium.cpp
|
| @@ -29,11 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "PlatformScreen.h"
|
| +#include "core/platform/PlatformScreen.h"
|
|
|
| -#include "HostWindow.h"
|
| -#include "ScrollView.h"
|
| -#include "Widget.h"
|
| +#include "core/platform/HostWindow.h"
|
| +#include "core/platform/ScrollView.h"
|
| +#include "core/platform/Widget.h"
|
| #include "core/platform/chromium/PageClientChromium.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include <public/Platform.h>
|
|
|