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

Unified Diff: sky/engine/core/loader/EmptyClients.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/loader/DocumentLoadTiming.cpp ('k') | sky/engine/core/loader/EmptyClients.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/EmptyClients.h
diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
index 410a2aec6723de8b3c84a045d33d459900c3c257..027942d733691a9e6b9ab732ac531f6774d0c3b8 100644
--- a/sky/engine/core/loader/EmptyClients.h
+++ b/sky/engine/core/loader/EmptyClients.h
@@ -29,19 +29,19 @@
#ifndef EmptyClients_h
#define EmptyClients_h
-#include "core/editing/UndoStep.h"
-#include "core/loader/FrameLoaderClient.h"
-#include "core/page/ChromeClient.h"
-#include "core/page/EditorClient.h"
-#include "core/page/FocusType.h"
-#include "core/page/Page.h"
-#include "core/page/SpellCheckerClient.h"
-#include "platform/geometry/FloatRect.h"
-#include "platform/network/ResourceError.h"
-#include "platform/text/TextCheckerClient.h"
-#include "public/platform/WebScreenInfo.h"
+#include "sky/engine/core/editing/UndoStep.h"
+#include "sky/engine/core/loader/FrameLoaderClient.h"
+#include "sky/engine/core/page/ChromeClient.h"
+#include "sky/engine/core/page/EditorClient.h"
+#include "sky/engine/core/page/FocusType.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/page/SpellCheckerClient.h"
+#include "sky/engine/platform/geometry/FloatRect.h"
+#include "sky/engine/platform/network/ResourceError.h"
+#include "sky/engine/platform/text/TextCheckerClient.h"
+#include "sky/engine/public/platform/WebScreenInfo.h"
+#include "sky/engine/wtf/Forward.h"
#include "v8/include/v8.h"
-#include "wtf/Forward.h"
/*
This file holds empty Client stubs for use by WebCore.
« no previous file with comments | « sky/engine/core/loader/DocumentLoadTiming.cpp ('k') | sky/engine/core/loader/EmptyClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698