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

Unified Diff: third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp

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/WorkletScriptLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp b/third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp
index cac2354a623d1b66d32cf944ca43a1e376e3952a..34f97a1d2cf8c22b440430d1b67296f8e030f3d1 100644
--- a/third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/WorkletScriptLoader.cpp
@@ -7,7 +7,7 @@
#include "bindings/core/v8/ScriptSourceCode.h"
#include "core/loader/FrameFetchContext.h"
#include "platform/loader/fetch/FetchInitiatorTypeNames.h"
-#include "wtf/WTF.h"
+#include "platform/wtf/WTF.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698