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

Unified Diff: third_party/WebKit/Source/core/workers/WorkletThreadHolder.h

Issue 2810023003: Rewrite references to "wtf/" to "platform/wtf/" in core/workers. (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
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
diff --git a/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h b/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
index dfc6a3cf372e68efaa2a0779f319ec6245384d14..badd0e25ddd97c767ecdbfd5bca2710c4242959d 100644
--- a/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
+++ b/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
@@ -9,7 +9,7 @@
#include "core/workers/WorkerBackingThread.h"
#include "platform/WaitableEvent.h"
#include "platform/WebThreadSupportingGC.h"
-#include "wtf/PtrUtil.h"
+#include "platform/wtf/PtrUtil.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698