Index: content/browser/renderer_host/input/touch_input_browsertest.cc |
diff --git a/content/browser/renderer_host/input/touch_input_browsertest.cc b/content/browser/renderer_host/input/touch_input_browsertest.cc |
index 05a0505f17a894507916fc2b723baea78239dca3..0088a4ff5a176f2662163b63f4ff6bed36bc4c4a 100644 |
--- a/content/browser/renderer_host/input/touch_input_browsertest.cc |
+++ b/content/browser/renderer_host/input/touch_input_browsertest.cc |
@@ -24,7 +24,6 @@ |
#include "content/public/test/content_browser_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; |
@@ -117,8 +116,8 @@ class TouchInputBrowserTest : public ContentBrowserTest { |
} |
void SetUpCommandLine(base::CommandLine* cmd) override { |
- cmd->AppendSwitchASCII(switches::kTouchEvents, |
- switches::kTouchEventsEnabled); |
+ cmd->AppendSwitchASCII(switches::kTouchEventFeatureDetection, |
+ switches::kTouchEventFeatureDetectionEnabled); |
} |
}; |