| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index f0274a93555e7e1f0d8226ae6380c08174e461b8..4a67921fa2212527ff27f86cd8f5247672b12fe9 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -416,10 +416,10 @@ HostProcess::HostProcess(scoped_ptr<ChromotingHostContext> context,
|
| enable_gnubby_auth_(false),
|
| enable_window_capture_(false),
|
| window_id_(0),
|
| + self_(this),
|
| #if defined(REMOTING_MULTI_PROCESS)
|
| desktop_session_connector_(nullptr),
|
| #endif // defined(REMOTING_MULTI_PROCESS)
|
| - self_(this),
|
| exit_code_out_(exit_code_out),
|
| signal_parent_(false),
|
| shutdown_watchdog_(shutdown_watchdog) {
|
|
|