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