summaryrefslogtreecommitdiff
path: root/remoting/host/desktop_process_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/desktop_process_main.cc')
-rw-r--r--remoting/host/desktop_process_main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/desktop_process_main.cc b/remoting/host/desktop_process_main.cc
index 51471683be..454e6ebedd 100644
--- a/remoting/host/desktop_process_main.cc
+++ b/remoting/host/desktop_process_main.cc
@@ -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);