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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/Microtask.cpp

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (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/bindings/core/v8/Microtask.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp b/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
index 59935ad6c24392ae3b82afcf8f6d1f2e522bd844..1bf048fb2220230fc53e95e95925de765d20fc7b 100644
--- a/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/Microtask.cpp
@@ -31,7 +31,7 @@
#include "bindings/core/v8/Microtask.h"
#include "platform/ScriptForbiddenScope.h"
-#include "wtf/PtrUtil.h"
+#include "platform/wtf/PtrUtil.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/Microtask.h ('k') | third_party/WebKit/Source/bindings/core/v8/NativeValueTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698