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

Unified Diff: ipc/ipc_channel_win.cc

Issue 1179973004: Fix win style errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from thakis. 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 | « ipc/ipc_channel_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_win.cc
diff --git a/ipc/ipc_channel_win.cc b/ipc/ipc_channel_win.cc
index cd12cad0a37145b09bcb09f7dc7c39134faba098..0e603195f3e23bf32765614c3b3595ee30f486f4 100644
--- a/ipc/ipc_channel_win.cc
+++ b/ipc/ipc_channel_win.cc
@@ -46,8 +46,8 @@ ChannelWin::ChannelWin(const IPC::ChannelHandle& channel_handle,
processing_incoming_(false),
validate_client_(false),
client_secret_(0),
- weak_factory_(this),
- broker_(broker) {
+ broker_(broker),
+ weak_factory_(this) {
CreatePipe(channel_handle, mode);
}
« no previous file with comments | « ipc/ipc_channel_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698