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

Unified Diff: sky/engine/core/page/ChromeClient.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/Chrome.cpp ('k') | sky/engine/core/page/EditorClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/ChromeClient.h
diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
index 851cc6368e95554437a0a48098b4d7f556052bfb..9dc4e409347376167b7dedc60b27d5106f11aa76 100644
--- a/sky/engine/core/page/ChromeClient.h
+++ b/sky/engine/core/page/ChromeClient.h
@@ -22,18 +22,18 @@
#ifndef ChromeClient_h
#define ChromeClient_h
-#include "core/dom/Document.h"
-#include "core/inspector/ConsoleAPITypes.h"
-#include "core/loader/NavigationPolicy.h"
-#include "core/frame/ConsoleTypes.h"
-#include "core/page/FocusType.h"
-#include "core/rendering/style/RenderStyleConstants.h"
-#include "platform/Cursor.h"
-#include "platform/HostWindow.h"
-#include "platform/scroll/ScrollTypes.h"
-#include "wtf/Forward.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/Vector.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/frame/ConsoleTypes.h"
+#include "sky/engine/core/inspector/ConsoleAPITypes.h"
+#include "sky/engine/core/loader/NavigationPolicy.h"
+#include "sky/engine/core/page/FocusType.h"
+#include "sky/engine/core/rendering/style/RenderStyleConstants.h"
+#include "sky/engine/platform/Cursor.h"
+#include "sky/engine/platform/HostWindow.h"
+#include "sky/engine/platform/scroll/ScrollTypes.h"
+#include "sky/engine/wtf/Forward.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/Vector.h"
namespace blink {
« no previous file with comments | « sky/engine/core/page/Chrome.cpp ('k') | sky/engine/core/page/EditorClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698