| 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) \
|
|
|