Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: remoting/host/ipc_desktop_environment.cc

Issue 14522010: remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/ipc_desktop_environment.cc
diff --git a/remoting/host/ipc_desktop_environment.cc b/remoting/host/ipc_desktop_environment.cc
index 4254c57bc18a0385e31b0b78cfa18211341cf429..3e625da7b699e481c29b6b63700aadd30ae218f5 100644
--- a/remoting/host/ipc_desktop_environment.cc
+++ b/remoting/host/ipc_desktop_environment.cc
@@ -80,7 +80,7 @@ IpcDesktopEnvironmentFactory::IpcDesktopEnvironmentFactory(
io_task_runner_(io_task_runner),
curtain_activated_(false),
daemon_channel_(daemon_channel),
- connector_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
+ connector_factory_(this),
next_id_(0) {
}

Powered by Google App Engine
This is Rietveld 408576698