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

Unified Diff: sky/engine/core/fetch/Resource.cpp

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/fetch/Resource.h ('k') | sky/engine/core/fetch/ResourceClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/fetch/Resource.cpp
diff --git a/sky/engine/core/fetch/Resource.cpp b/sky/engine/core/fetch/Resource.cpp
index ec0ad63934cb8de6f0227753e4539acd286d19dd..daa73c33e544b0a92f84c36c0494c9775af98f2f 100644
--- a/sky/engine/core/fetch/Resource.cpp
+++ b/sky/engine/core/fetch/Resource.cpp
@@ -21,27 +21,27 @@
Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/fetch/Resource.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/fetch/Resource.h"
#include "gen/sky/core/FetchInitiatorTypeNames.h"
-#include "core/fetch/MemoryCache.h"
-#include "core/fetch/ResourceClient.h"
-#include "core/fetch/ResourceClientWalker.h"
-#include "core/fetch/ResourceFetcher.h"
-#include "core/fetch/ResourceLoader.h"
-#include "core/fetch/ResourcePtr.h"
-#include "platform/Logging.h"
-#include "platform/SharedBuffer.h"
-#include "platform/TraceEvent.h"
-#include "platform/weborigin/KURL.h"
-#include "public/platform/Platform.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/MathExtras.h"
-#include "wtf/RefCountedLeakCounter.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/Vector.h"
-#include "wtf/text/CString.h"
+#include "sky/engine/core/fetch/MemoryCache.h"
+#include "sky/engine/core/fetch/ResourceClient.h"
+#include "sky/engine/core/fetch/ResourceClientWalker.h"
+#include "sky/engine/core/fetch/ResourceFetcher.h"
+#include "sky/engine/core/fetch/ResourceLoader.h"
+#include "sky/engine/core/fetch/ResourcePtr.h"
+#include "sky/engine/platform/Logging.h"
+#include "sky/engine/platform/SharedBuffer.h"
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/platform/weborigin/KURL.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/wtf/CurrentTime.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/RefCountedLeakCounter.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/CString.h"
using namespace WTF;
« no previous file with comments | « sky/engine/core/fetch/Resource.h ('k') | sky/engine/core/fetch/ResourceClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698