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

Unified Diff: third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h

Issue 2815053002: Rewrite references to "wtf/" to "platform/wtf/" in core/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/core/loader/private/CrossOriginPreflightResultCache.h
diff --git a/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
index 711874858eadb468469512f600796f80a7befa3c..1f7d9dfc62d2eac3214de6b50f32d5b0f70b80aa 100644
--- a/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
+++ b/third_party/WebKit/Source/core/loader/private/CrossOriginPreflightResultCache.h
@@ -30,9 +30,9 @@
#include <memory>
#include "platform/loader/fetch/ResourceLoaderOptions.h"
#include "platform/weborigin/KURLHash.h"
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/text/StringHash.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/text/StringHash.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698