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

Unified Diff: sky/engine/core/loader/FrameLoader.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/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/FrameLoader.h
diff --git a/sky/engine/core/loader/FrameLoader.h b/sky/engine/core/loader/FrameLoader.h
index d76ddf442e88967acc05ae81687d4dd5dd502d31..133c85596b92e7acafb8d73cc028a3c3b1fd779f 100644
--- a/sky/engine/core/loader/FrameLoader.h
+++ b/sky/engine/core/loader/FrameLoader.h
@@ -32,13 +32,13 @@
#ifndef FrameLoader_h
#define FrameLoader_h
-#include "core/fetch/ResourceLoaderOptions.h"
-#include "core/loader/FrameLoaderTypes.h"
-#include "platform/Timer.h"
-#include "platform/network/ResourceRequest.h"
-#include "wtf/Forward.h"
-#include "wtf/HashSet.h"
-#include "wtf/OwnPtr.h"
+#include "sky/engine/core/fetch/ResourceLoaderOptions.h"
+#include "sky/engine/core/loader/FrameLoaderTypes.h"
+#include "sky/engine/platform/Timer.h"
+#include "sky/engine/platform/network/ResourceRequest.h"
+#include "sky/engine/wtf/Forward.h"
+#include "sky/engine/wtf/HashSet.h"
+#include "sky/engine/wtf/OwnPtr.h"
namespace blink {
« no previous file with comments | « sky/engine/core/loader/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698