| Index: Source/web/tests/TouchActionTest.cpp
|
| diff --git a/Source/web/tests/TouchActionTest.cpp b/Source/web/tests/TouchActionTest.cpp
|
| index 52f4b3d3eb198a5a0974e22d9b9d7bb7248b6d1f..e1bc69b4848387e57ef339a8e56120a7a6487396 100644
|
| --- a/Source/web/tests/TouchActionTest.cpp
|
| +++ b/Source/web/tests/TouchActionTest.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "core/dom/ClientRect.h"
|
| #include "core/dom/ClientRectList.h"
|
| #include "core/dom/Document.h"
|
| @@ -42,6 +41,7 @@
|
| #include "core/page/EventHandler.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderTreeAsText.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebUnitTestSupport.h"
|
| #include "public/web/WebDocument.h"
|
|
|