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 c9d0a2bef865cc3fbcb54e93c5794869ad4e6cd2..ea4649eeb016d30cef347d66408e2ccaa4bba20f 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: |
- void SetUpCommandLine(CommandLine* cmd) override { |
+ void SetUpCommandLine(base::CommandLine* cmd) override { |
cmd->AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |
// TODO(rbyers): Remove this switch once touch-action ships. |