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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/InternalSettings.cpp ('k') | Source/core/testing/MockPagePopupDriver.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 f451645f5e30468e9f043deb7fb46b5a0578fb4b..8fca5800f8311749620450b48e09e346c7fa84f3 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -36,7 +36,6 @@
#include "ClientRectList.h"
#include "ComposedShadowTreeWalker.h"
#include "ContentDistributor.h"
-#include "Cursor.h"
#include "DOMPoint.h"
#include "DOMStringList.h"
#include "DOMWindow.h"
@@ -69,7 +68,6 @@
#include "InspectorOverlay.h"
#include "InstrumentingAgents.h"
#include "InternalSettings.h"
-#include "Language.h"
#include "MallocStatistics.h"
#include "MemoryCache.h"
#include "MockPagePopupDriver.h"
@@ -82,7 +80,6 @@
#include "RenderObject.h"
#include "RenderTreeAsText.h"
#include "RuntimeEnabledFeatures.h"
-#include "SchemeRegistry.h"
#include "ScrollingCoordinator.h"
#include "SelectRuleFeatureSet.h"
#include "SerializedScriptValue.h"
@@ -95,12 +92,15 @@
#include "TypeConversions.h"
#include "ViewportArguments.h"
#include "WorkerThread.h"
+#include "core/platform/Cursor.h"
+#include "core/platform/Language.h"
+#include "core/platform/SchemeRegistry.h"
#include "core/platform/graphics/IntRect.h"
#include <wtf/dtoa.h>
#include <wtf/text/StringBuffer.h>
#if ENABLE(INPUT_TYPE_COLOR)
-#include "ColorChooser.h"
+#include "core/platform/ColorChooser.h"
#endif
#if ENABLE(BATTERY_STATUS)
« no previous file with comments | « Source/core/testing/InternalSettings.cpp ('k') | Source/core/testing/MockPagePopupDriver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698