| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index 4b67e688e46c52abf1740462fffac80e504c337a..5016896b9163c02e5161fec4dbc30793336f81d0 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -27,10 +27,10 @@
|
| #include "LayoutMilestones.h"
|
| #include "PageVisibilityState.h"
|
| #include "Pagination.h"
|
| -#include "PlatformScreen.h"
|
| -#include "Supplementable.h"
|
| #include "UseCounter.h"
|
| #include "ViewportArguments.h"
|
| +#include "core/platform/PlatformScreen.h"
|
| +#include "core/platform/Supplementable.h"
|
| #include "core/platform/graphics/LayoutRect.h"
|
| #include "core/platform/graphics/Region.h"
|
| #include <wtf/Forward.h>
|
|
|