Chromium Code Reviews

Unified Diff: Source/bindings/tests/results/V8TestInterfaceNode.h

Issue 245783002: In generated interface header files, #include Handle.h from its new home. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/bindings/tests/results/V8TestInterfaceNode.h
diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h
index f965782132cea298b6bbf0e95539ee3ba79e6823..95f97048fe5ec515a82c7684e27b5f7c548de74c 100644
--- a/Source/bindings/tests/results/V8TestInterfaceNode.h
+++ b/Source/bindings/tests/results/V8TestInterfaceNode.h
@@ -12,7 +12,7 @@
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8DOMWrapper.h"
#include "bindings/v8/WrapperTypeInfo.h"
-#include "heap/Handle.h"
+#include "platform/heap/Handle.h"
namespace WebCore {

Powered by Google App Engine