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

Unified Diff: Source/core/testing/Internals.cpp

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/svg/SVGAElement.cpp ('k') | Source/core/testing/MockCDM.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 f0fb1ef47a50cd0bb046257eba8f402f66b9460e..3a03e64ed227275377c4b2b9bc21f44c891ecf92 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -27,12 +27,7 @@
#include "config.h"
#include "Internals.h"
-#include "FormController.h"
-#include "HTMLInputElement.h"
-#include "HTMLMediaElement.h"
#include "HTMLNames.h"
-#include "HTMLSelectElement.h"
-#include "HTMLTextAreaElement.h"
#include "InspectorFrontendClientLocal.h"
#include "InternalSettings.h"
#include "MallocStatistics.h"
@@ -62,6 +57,11 @@
#include "core/editing/TextIterator.h"
#include "core/history/BackForwardController.h"
#include "core/history/HistoryItem.h"
+#include "core/html/FormController.h"
+#include "core/html/HTMLInputElement.h"
+#include "core/html/HTMLMediaElement.h"
+#include "core/html/HTMLSelectElement.h"
+#include "core/html/HTMLTextAreaElement.h"
#include "core/html/shadow/ContentDistributor.h"
#include "core/html/shadow/HTMLContentElement.h"
#include "core/html/shadow/SelectRuleFeatureSet.h"
« no previous file with comments | « Source/core/svg/SVGAElement.cpp ('k') | Source/core/testing/MockCDM.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698