Index: remoting/host/desktop_process_main.cc |
=================================================================== |
--- remoting/host/desktop_process_main.cc (revision 272152) |
+++ remoting/host/desktop_process_main.cc (working copy) |
@@ -23,7 +23,8 @@ |
namespace remoting { |
int DesktopProcessMain() { |
- const CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ const base::CommandLine* command_line = |
+ base::CommandLine::ForCurrentProcess(); |
std::string channel_name = |
command_line->GetSwitchValueASCII(kDaemonPipeSwitchName); |