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

Unified Diff: ipc/mojo/ipc_channel_mojo_host.h

Issue 645123004: Fix WeakPtrFactory member placement in ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build issue Created 6 years, 2 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 | « no previous file | ipc/mojo/ipc_channel_mojo_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_channel_mojo_host.h
diff --git a/ipc/mojo/ipc_channel_mojo_host.h b/ipc/mojo/ipc_channel_mojo_host.h
index dd67897ed890269154bf24d900c88341d27c728f..8289515fc3171c7edea95baefc8747ef6c9a22b0 100644
--- a/ipc/mojo/ipc_channel_mojo_host.h
+++ b/ipc/mojo/ipc_channel_mojo_host.h
@@ -39,9 +39,9 @@ class IPC_MOJO_EXPORT ChannelMojoHost {
void operator()(ChannelDelegate* ptr) const;
};
- base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
const scoped_refptr<base::TaskRunner> io_task_runner_;
scoped_ptr<ChannelDelegate, DelegateDeleter> channel_delegate_;
+ base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(ChannelMojoHost);
};
« no previous file with comments | « no previous file | ipc/mojo/ipc_channel_mojo_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698