Index: content/browser/renderer_host/input/input_router_config_helper.cc |
diff --git a/content/browser/renderer_host/input/input_router_config_helper.cc b/content/browser/renderer_host/input/input_router_config_helper.cc |
index 31b17cfab70fddbefbc9285cca2d3eb342d1183d..268b055ebce9a56212808ec5a8ba789cfe9f6e7d 100644 |
--- a/content/browser/renderer_host/input/input_router_config_helper.cc |
+++ b/content/browser/renderer_host/input/input_router_config_helper.cc |
@@ -114,7 +114,7 @@ TouchEventQueue::Config GetTouchEventQueueConfig() { |
TouchEventQueue::TouchScrollingMode GetTouchScrollingMode() { |
std::string modeString = |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kTouchScrollingMode); |
if (modeString == switches::kTouchScrollingModeAsyncTouchmove) |
return TouchEventQueue::TOUCH_SCROLLING_MODE_ASYNC_TOUCHMOVE; |