Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 217eb57de34ab1917a1091cad4f54cbdbc5bb5f2..a6c10c78995eb0058de816cd593f1ef4e9a08715 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -303,7 +303,7 @@ HostProcess::HostProcess(scoped_ptr<ChromotingHostContext> context, |
#if defined(REMOTING_MULTI_PROCESS) |
desktop_session_connector_(NULL), |
#endif // defined(REMOTING_MULTI_PROCESS) |
- ALLOW_THIS_IN_INITIALIZER_LIST(self_(this)), |
+ self_(this), |
exit_code_out_(exit_code_out) { |
// Create the platform-specific curtain-mode implementation. |
// TODO(wez): Create this on the network thread? |