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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h

Issue 2797983002: Rewrite references to "wtf/" to "platform/wtf/" in platform/loader. (Closed)
Patch Set: Created 3 years, 8 months 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
Index: third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h b/third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h
index 93de50544809982dc7d3724278d88c955dd9990d..aa9202ff589563a48d9dd5a5e9e4ba4eab83daa4 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/MemoryCache.h
@@ -30,13 +30,13 @@
#include "platform/PlatformExport.h"
#include "platform/instrumentation/tracing/MemoryCacheDumpProvider.h"
#include "platform/loader/fetch/Resource.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/text/StringHash.h"
+#include "platform/wtf/text/WTFString.h"
#include "public/platform/WebThread.h"
-#include "wtf/Allocator.h"
-#include "wtf/HashMap.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/Vector.h"
-#include "wtf/text/StringHash.h"
-#include "wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698