| 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);
|
| };
|
|
|