| Index: Source/core/testing/InternalSettings.cpp
|
| diff --git a/Source/core/testing/InternalSettings.cpp b/Source/core/testing/InternalSettings.cpp
|
| index 7c52f9a21f03e5e48873531d692c175d4373f847..abd33fe6bc22e6db3b68a3aa295417784a57081f 100644
|
| --- a/Source/core/testing/InternalSettings.cpp
|
| +++ b/Source/core/testing/InternalSettings.cpp
|
| @@ -25,15 +25,15 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "InternalSettings.h"
|
| +#include "core/testing/InternalSettings.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/inspector/InspectorController.h"
|
| #include "core/page/Page.h"
|
| #include "platform/ColorChooser.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/text/LocaleToScriptMapping.h"
|
|
|
|
|