Index: content/browser/renderer_host/input/input_router_impl_unittest.cc |
diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc |
index 1fa1a7d305ac56eb256fd0c97e53fc47f53906c6..713ae5f84577f817a9f99f6e05e9b3a3d601a0f1 100644 |
--- a/content/browser/renderer_host/input/input_router_impl_unittest.cc |
+++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc |
@@ -151,7 +151,7 @@ class InputRouterImplTest : public testing::Test { |
process_.reset(new MockRenderProcessHost(browser_context_.get())); |
client_.reset(new MockInputRouterClient()); |
ack_handler_.reset(new MockInputAckHandler()); |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
command_line->AppendSwitch(switches::kValidateInputEventStream); |
input_router_.reset(new InputRouterImpl(process_.get(), |
client_.get(), |