| Index: sky/engine/core/page/Page.cpp
|
| diff --git a/sky/engine/core/page/Page.cpp b/sky/engine/core/page/Page.cpp
|
| index 7f49ebbf876a43a657a08721706c15a5b235a85e..49f0465d5d060426f3eced2e2624bdab234a8e5c 100644
|
| --- a/sky/engine/core/page/Page.cpp
|
| +++ b/sky/engine/core/page/Page.cpp
|
| @@ -17,33 +17,33 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/page/Page.h"
|
| -
|
| -#include "core/dom/ClientRectList.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| -#include "core/dom/StyleEngine.h"
|
| -#include "core/editing/Caret.h"
|
| -#include "core/editing/UndoStack.h"
|
| -#include "core/events/Event.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| -#include "core/frame/DOMTimer.h"
|
| -#include "core/frame/FrameConsole.h"
|
| -#include "core/frame/FrameHost.h"
|
| -#include "core/frame/FrameView.h"
|
| -#include "core/frame/LocalDOMWindow.h"
|
| -#include "core/frame/LocalFrame.h"
|
| -#include "core/frame/Settings.h"
|
| -#include "core/page/AutoscrollController.h"
|
| -#include "core/page/Chrome.h"
|
| -#include "core/page/ChromeClient.h"
|
| -#include "core/page/FocusController.h"
|
| -#include "core/page/PageLifecycleNotifier.h"
|
| -#include "core/rendering/RenderView.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/RefCountedLeakCounter.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/Base64.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/page/Page.h"
|
| +
|
| +#include "sky/engine/core/dom/ClientRectList.h"
|
| +#include "sky/engine/core/dom/DocumentMarkerController.h"
|
| +#include "sky/engine/core/dom/StyleEngine.h"
|
| +#include "sky/engine/core/editing/Caret.h"
|
| +#include "sky/engine/core/editing/UndoStack.h"
|
| +#include "sky/engine/core/events/Event.h"
|
| +#include "sky/engine/core/fetch/ResourceFetcher.h"
|
| +#include "sky/engine/core/frame/DOMTimer.h"
|
| +#include "sky/engine/core/frame/FrameConsole.h"
|
| +#include "sky/engine/core/frame/FrameHost.h"
|
| +#include "sky/engine/core/frame/FrameView.h"
|
| +#include "sky/engine/core/frame/LocalDOMWindow.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
| +#include "sky/engine/core/frame/Settings.h"
|
| +#include "sky/engine/core/page/AutoscrollController.h"
|
| +#include "sky/engine/core/page/Chrome.h"
|
| +#include "sky/engine/core/page/ChromeClient.h"
|
| +#include "sky/engine/core/page/FocusController.h"
|
| +#include "sky/engine/core/page/PageLifecycleNotifier.h"
|
| +#include "sky/engine/core/rendering/RenderView.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/RefCountedLeakCounter.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/text/Base64.h"
|
|
|
| namespace blink {
|
|
|
|
|