| 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_;
|
| DISALLOW_COPY_AND_ASSIGN(ChannelWin);
|
| };
|
|
|
|
|