| Index: ipc/ipc_channel_proxy.h
|
| diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
|
| index dda5fa5f41cbc064cc4e14600fc5693962b98df8..9ef8bf35f27e7786f7540874f2ee0e38dae71df9 100644
|
| --- a/ipc/ipc_channel_proxy.h
|
| +++ b/ipc/ipc_channel_proxy.h
|
| @@ -177,7 +177,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
|
|
| private:
|
| friend class ChannelProxy;
|
| - friend class SendCallbackHelper;
|
| + friend class IpcSecurityTestUtil;
|
|
|
| // Create the Channel
|
| void CreateChannel(scoped_ptr<ChannelFactory> factory);
|
| @@ -225,7 +225,7 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
|
| Context* context() { return context_.get(); }
|
|
|
| private:
|
| - friend class SendCallbackHelper;
|
| + friend class IpcSecurityTestUtil;
|
|
|
| // By maintaining this indirection (ref-counted) to our internal state, we
|
| // can safely be destroyed while the background thread continues to do stuff
|
|
|