| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index f380056afb27e437f1d868d7faff9107857b3db9..4fc57f03589c58c76ec15b29931c769f2bb9ae3e 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -25,6 +25,7 @@
|
| #include "net/base/network_change_notifier.h"
|
| #include "remoting/base/constants.h"
|
| #include "remoting/host/branding.h"
|
| +#include "remoting/host/constants.h"
|
| #include "remoting/host/capturer.h"
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| @@ -50,9 +51,6 @@
|
|
|
| namespace {
|
|
|
| -const int kSuccessExitCode = 0;
|
| -const int kInvalidHostConfigurationExitCode = 1;
|
| -
|
| // This is used for tagging system event logs.
|
| const char kApplicationName[] = "chromoting";
|
|
|
|
|