Index: content/renderer/input/input_handler_proxy.cc |
diff --git a/content/renderer/input/input_handler_proxy.cc b/content/renderer/input/input_handler_proxy.cc |
index 3edb957ab77b200c066f2485617198dca2f0565b..0287c9347412fd6d4e1a7df7d0b5eeb4c5093124 100644 |
--- a/content/renderer/input/input_handler_proxy.cc |
+++ b/content/renderer/input/input_handler_proxy.cc |
@@ -190,11 +190,11 @@ InputHandlerProxy::InputHandlerProxy(cc::InputHandler* input_handler, |
base::TimeTicks::IsHighResNowFastAndReliable()) { |
DCHECK(client); |
input_handler_->BindToClient(this); |
- smooth_scroll_enabled_ = CommandLine::ForCurrentProcess()->HasSwitch( |
+ smooth_scroll_enabled_ = base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableSmoothScrolling); |
#if defined(OS_MACOSX) |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnableThreadedEventHandlingMac)) { |
scroll_elasticity_controller_.reset(new InputScrollElasticityController( |
input_handler_->CreateScrollElasticityHelper())); |