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

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

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h
diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h
index 220fbaec2749a712cb7bff6ce410083d7748996b..5986d19bb967186ad8b6dfbb04b66d5bebb3c887 100644
--- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h
+++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h
@@ -22,11 +22,11 @@
#define V8TestSerializedScriptValueInterface_h
#if ENABLE(Condition1) || ENABLE(Condition2)
-#include "TestSerializedScriptValueInterface.h"
-#include "V8Binding.h"
-#include "V8DOMWrapper.h"
-#include "WrapperTypeInfo.h"
#include <v8.h>
+#include "TestSerializedScriptValueInterface.h"
+#include "bindings/v8/V8Binding.h"
+#include "bindings/v8/V8DOMWrapper.h"
+#include "bindings/v8/WrapperTypeInfo.h"
#include <wtf/HashMap.h>
#include <wtf/text/StringHash.h>

Powered by Google App Engine
This is Rietveld 408576698