| Index: content/browser/renderer_host/input/touch_action_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| index d17be7a27c18ba9f46f72891a209affba33af7ba..847fb4c07c7895cbf24f88f2116e0cc7dddef6a9 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -31,7 +31,6 @@
|
| #include "content/public/test/test_utils.h"
|
| #include "content/shell/browser/shell.h"
|
| #include "third_party/WebKit/public/platform/WebInputEvent.h"
|
| -#include "ui/events/event_switches.h"
|
| #include "ui/events/latency_info.h"
|
|
|
| using blink::WebInputEvent;
|
| @@ -110,8 +109,8 @@ class TouchActionBrowserTest : public ContentBrowserTest {
|
|
|
| // ContentBrowserTest:
|
| void SetUpCommandLine(base::CommandLine* cmd) override {
|
| - cmd->AppendSwitchASCII(switches::kTouchEvents,
|
| - switches::kTouchEventsEnabled);
|
| + cmd->AppendSwitchASCII(switches::kTouchEventFeatureDetection,
|
| + switches::kTouchEventFeatureDetectionEnabled);
|
| // TODO(rbyers): Remove this switch once touch-action ships.
|
| // http://crbug.com/241964
|
| cmd->AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);
|
|
|