| 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 a4f59cd637e831b99236f43fb20b77bbd48e9b4e..62222326d5c7cc573a6d11bb7dd8005701efea3b 100644
|
| --- a/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
|
| @@ -97,7 +97,7 @@ class TouchActionBrowserTest : public ContentBrowserTest {
|
| }
|
|
|
| // ContentBrowserTest:
|
| - virtual void SetUpCommandLine(CommandLine* cmd) override {
|
| + void SetUpCommandLine(CommandLine* cmd) override {
|
| cmd->AppendSwitchASCII(switches::kTouchEvents,
|
| switches::kTouchEventsEnabled);
|
| // TODO(rbyers): Remove this switch once touch-action ships.
|
|
|