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

Unified Diff: Source/core/testing/InternalSettings.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/InspectorFrontendClientLocal.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalSettings.cpp
diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
index b2acd45d1adfdcf28fedadf6a58fc6df67315e46..4d2d097c141ba3025c050972ec503afa184f054f 100644
--- a/Source/core/testing/InternalSettings.cpp
+++ b/Source/core/testing/InternalSettings.cpp
@@ -32,17 +32,17 @@
#include "ExceptionCode.h"
#include "Frame.h"
#include "FrameView.h"
-#include "Language.h"
#include "Page.h"
#include "PageGroup.h"
#include "RuntimeEnabledFeatures.h"
#include "Settings.h"
-#include "Supplementable.h"
+#include "core/platform/Language.h"
+#include "core/platform/Supplementable.h"
#include "core/platform/graphics/TextRun.h"
#include "core/platform/text/LocaleToScriptMapping.h"
#if ENABLE(INPUT_TYPE_COLOR)
-#include "ColorChooser.h"
+#include "core/platform/ColorChooser.h"
#endif
#define InternalSettingsGuardForSettingsReturn(returnValue) \
« no previous file with comments | « Source/core/testing/InspectorFrontendClientLocal.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698