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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h

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/custom/V8CustomXPathNSResolver.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
index 6c8bd29f37eda40a330d3a2cf4270321551215e6..4d4d8f292e8ad27a56fe92857f2a1f6e850bf807 100644
--- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
+++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
@@ -33,9 +33,9 @@
#include "bindings/core/v8/ScriptState.h"
#include "core/xml/XPathNSResolver.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/RefPtr.h"
#include "v8/include/v8.h"
-#include "wtf/Forward.h"
-#include "wtf/RefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698