Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2945)

Unified Diff: sky/engine/core/page/Page.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/page/FocusController.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index b4c90cd3c28c6a885a644b4fb5e9b61700d398f5..7b7307d81981494b3a0241d18064c9edf1285a64 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -21,20 +21,20 @@
#ifndef Page_h
#define Page_h
-#include "core/frame/LocalFrame.h"
-#include "core/frame/SettingsDelegate.h"
-#include "core/frame/UseCounter.h"
-#include "core/page/PageAnimator.h"
-#include "core/page/PageVisibilityState.h"
-#include "platform/LifecycleContext.h"
-#include "platform/Supplementable.h"
-#include "platform/geometry/LayoutRect.h"
-#include "platform/geometry/Region.h"
-#include "platform/heap/Handle.h"
-#include "wtf/Forward.h"
-#include "wtf/HashSet.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/SettingsDelegate.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/page/PageAnimator.h"
+#include "sky/engine/core/page/PageVisibilityState.h"
+#include "sky/engine/platform/LifecycleContext.h"
+#include "sky/engine/platform/Supplementable.h"
+#include "sky/engine/platform/geometry/LayoutRect.h"
+#include "sky/engine/platform/geometry/Region.h"
+#include "sky/engine/platform/heap/Handle.h"
+#include "sky/engine/wtf/Forward.h"
+#include "sky/engine/wtf/HashSet.h"
+#include "sky/engine/wtf/Noncopyable.h"
+#include "sky/engine/wtf/text/WTFString.h"
// FIXME: Page should not need to know anything about InspectorHost.
namespace inspector {
« no previous file with comments | « sky/engine/core/page/FocusController.cpp ('k') | sky/engine/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698