| Index: Source/core/page/Page.h
|
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
|
| index b02a5eaa70ba2a01ce4a329dee30f4a8985d9982..6af87234ae0369c385e9957c2f387335c3bd110d 100644
|
| --- a/Source/core/page/Page.h
|
| +++ b/Source/core/page/Page.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef Page_h
|
| #define Page_h
|
|
|
| -#include "BackForwardList.h"
|
| #include "ViewportArguments.h"
|
| #include "core/editing/FindOptions.h"
|
| +#include "core/history/BackForwardList.h"
|
| #include "core/loader/FrameLoaderTypes.h"
|
| #include "core/page/LayoutMilestones.h"
|
| #include "core/page/PageVisibilityState.h"
|
|
|