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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 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
« no previous file with comments | « net/base/network_change_notifier_win.cc ('k') | remoting/host/win/unprivileged_process_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « net/base/network_change_notifier_win.cc ('k') | remoting/host/win/unprivileged_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698