Index: remoting/host/desktop_process_main.cc |
diff --git a/remoting/host/desktop_process_main.cc b/remoting/host/desktop_process_main.cc |
index 794128c5f81e0ead4c9efa54d9f533305aaaa84a..7116580f75020ddb531a7a41dee596ef7b2e3e7d 100644 |
--- a/remoting/host/desktop_process_main.cc |
+++ b/remoting/host/desktop_process_main.cc |
@@ -32,7 +32,7 @@ int DesktopProcessMain() { |
command_line->GetSwitchValueASCII(kDaemonPipeSwitchName); |
if (channel_name.empty()) |
- return kUsageExitCode; |
+ return kInvalidCommandLineExitCode; |
base::MessageLoopForUI message_loop; |
base::RunLoop run_loop; |