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

Unified Diff: sky/engine/core/fetch/MemoryCache.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/MemoryCache.h ('k') | sky/engine/core/fetch/MockImageResourceClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/fetch/MemoryCache.cpp
diff --git a/sky/engine/core/fetch/MemoryCache.cpp b/sky/engine/core/fetch/MemoryCache.cpp
index c3735788c451aa21561f351d4253cba5a525e5d8..7ba914ded233bf54d610a3b520e4be8060284a22 100644
--- a/sky/engine/core/fetch/MemoryCache.cpp
+++ b/sky/engine/core/fetch/MemoryCache.cpp
@@ -20,21 +20,21 @@
Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/fetch/MemoryCache.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/fetch/MemoryCache.h"
#include "base/bind.h"
-#include "core/dom/Microtask.h"
-#include "core/fetch/ResourcePtr.h"
-#include "core/frame/FrameView.h"
-#include "platform/Logging.h"
-#include "platform/TraceEvent.h"
-#include "wtf/Assertions.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/MainThread.h"
-#include "wtf/MathExtras.h"
-#include "wtf/TemporaryChange.h"
-#include "wtf/text/CString.h"
+#include "sky/engine/core/dom/Microtask.h"
+#include "sky/engine/core/fetch/ResourcePtr.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/platform/Logging.h"
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/CurrentTime.h"
+#include "sky/engine/wtf/MainThread.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/TemporaryChange.h"
+#include "sky/engine/wtf/text/CString.h"
namespace blink {
« no previous file with comments | « sky/engine/core/fetch/MemoryCache.h ('k') | sky/engine/core/fetch/MockImageResourceClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698