Chromium Code Reviews| Index: ipc/ipc_channel_win.h |
| diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
| index c720377c8c8f77066ee071207cfcdf2517c015b6..43cf46dc18f79dfecf28ae24969f141a723dc0d4 100644 |
| --- a/ipc/ipc_channel_win.h |
| +++ b/ipc/ipc_channel_win.h |
| @@ -106,11 +106,11 @@ class ChannelWin : public Channel, |
| int32 client_secret_; |
| scoped_ptr<base::ThreadChecker> thread_check_; |
| - base::WeakPtrFactory<ChannelWin> weak_factory_; |
| // |broker_| must outlive this instance. |
| AttachmentBroker* broker_; |
| + base::WeakPtrFactory<ChannelWin> weak_factory_; |
|
Nico
2015/06/16 22:21:00
You'll also have to change the order in the initia
erikchen
2015/06/16 22:24:16
So you're right. Thanks!
|
| DISALLOW_COPY_AND_ASSIGN(ChannelWin); |
| }; |