Index: components/copresence/rpc/rpc_handler.cc |
diff --git a/components/copresence/rpc/rpc_handler.cc b/components/copresence/rpc/rpc_handler.cc |
index 28276ea828b0e2e84314f1fffc08b14242405a28..991bdaaac165fcc96969cfb0ea633b661cde209f 100644 |
--- a/components/copresence/rpc/rpc_handler.cc |
+++ b/components/copresence/rpc/rpc_handler.cc |
@@ -622,7 +622,7 @@ void RpcHandler::SendHttpPost(net::URLRequestContextGetter* url_context_getter, |
scoped_ptr<MessageLite> request_proto, |
const PostCleanupCallback& callback) { |
// Create the base URL to call. |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
const std::string copresence_server_host = |
command_line->HasSwitch(switches::kCopresenceServer) ? |
command_line->GetSwitchValueASCII(switches::kCopresenceServer) : |