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

Unified Diff: Source/core/testing/Internals.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
« no previous file with comments | « Source/core/testing/Internals.h ('k') | Source/core/testing/v8/WebCoreTestSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.cpp
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
index 14a8c15a5254205a81e3770be7dc2fd0795c48f2..f7bac303425b689c6033c40fc2e77c66038b6630 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -27,17 +27,7 @@
#include "config.h"
#include "Internals.h"
-#include "ClientRect.h"
-#include "ClientRectList.h"
-#include "ComposedShadowTreeWalker.h"
#include "ContentDistributor.h"
-#include "DOMStringList.h"
-#include "Document.h"
-#include "DocumentMarker.h"
-#include "DocumentMarkerController.h"
-#include "Element.h"
-#include "ElementShadow.h"
-#include "ExceptionCode.h"
#include "FormController.h"
#include "HTMLContentElement.h"
#include "HTMLInputElement.h"
@@ -57,18 +47,28 @@
#include "InternalSettings.h"
#include "MallocStatistics.h"
#include "MockPagePopupDriver.h"
-#include "NodeRenderingContext.h"
-#include "PseudoElement.h"
-#include "Range.h"
#include "SelectRuleFeatureSet.h"
#include "SerializedScriptValue.h"
-#include "ShadowRoot.h"
-#include "TreeScope.h"
#include "TypeConversions.h"
-#include "ViewportArguments.h"
#include "WorkerThread.h"
#include "core/css/StyleSheetContents.h"
+#include "core/dom/ClientRect.h"
+#include "core/dom/ClientRectList.h"
+#include "core/dom/ComposedShadowTreeWalker.h"
+#include "core/dom/DOMStringList.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentMarker.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/Element.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/NodeRenderingContext.h"
+#include "core/dom/PseudoElement.h"
+#include "core/dom/Range.h"
+#include "core/dom/ShadowRoot.h"
#include "core/dom/StaticNodeList.h"
+#include "core/dom/TreeScope.h"
+#include "core/dom/ViewportArguments.h"
#include "core/editing/Editor.h"
#include "core/editing/SpellChecker.h"
#include "core/editing/TextIterator.h"
« no previous file with comments | « Source/core/testing/Internals.h ('k') | Source/core/testing/v8/WebCoreTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698