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

Unified Diff: Source/bindings/tests/results/V8TestObj.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/V8TestObj.cpp
diff --git a/Source/bindings/tests/results/V8TestObj.cpp b/Source/bindings/tests/results/V8TestObj.cpp
index f8395202c6dcda61d9fb7490ac995f89f989f171..bd2be391aa5e2167e5393ccfce6b22ab31247fe4 100644
--- a/Source/bindings/tests/results/V8TestObj.cpp
+++ b/Source/bindings/tests/results/V8TestObj.cpp
@@ -22,10 +22,7 @@
#include "V8TestObj.h"
#include "BindingState.h"
-#include "ContextFeatures.h"
-#include "DOMStringList.h"
#include "Dictionary.h"
-#include "ExceptionCode.h"
#include "HTMLNames.h"
#include "PageConsole.h"
#include "SVGPropertyTearOff.h"
@@ -52,6 +49,9 @@
#include "V8bool.h"
#include "V8d.h"
#include "V8e.h"
+#include "core/dom/ContextFeatures.h"
+#include "core/dom/DOMStringList.h"
+#include "core/dom/ExceptionCode.h"
#include "core/page/Frame.h"
#include "core/page/RuntimeEnabledFeatures.h"
#include "core/page/UseCounter.h"
« no previous file with comments | « Source/bindings/tests/results/V8TestNode.cpp ('k') | Source/bindings/tests/results/V8TestOverloadedConstructors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698