Chromium Code Reviews| Index: ipc/ipc_channel_nacl.h |
| diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h |
| index 8d26772693b227422efbcd3f264544bcac25f1bf..0ed0da8506255e0c36f761f8950c7106e2e1381f 100644 |
| --- a/ipc/ipc_channel_nacl.h |
| +++ b/ipc/ipc_channel_nacl.h |
| @@ -120,9 +120,6 @@ class ChannelNacl : public Channel, |
| base::WeakPtrFactory<ChannelNacl> weak_ptr_factory_; |
| - // |broker_| must outlive this instance. |
| - AttachmentBroker* broker_; |
| - |
| DISALLOW_IMPLICIT_CONSTRUCTORS(ChannelNacl); |
| }; |