| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| index 21376bdd320d61e611101af9f6a49dbaf22100b0..a6038af3c89dae4ba880f6d7c7aaa8a0605ee3a7 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| @@ -39,7 +39,7 @@ class P2PSocketDispatcherHost
|
| net::URLRequestContextGetter* url_context);
|
|
|
| // content::BrowserMessageFilter overrides.
|
| - virtual void OnChannelClosing() OVERRIDE;
|
| + virtual void OnSenderClosing() OVERRIDE;
|
| virtual void OnDestruct() const OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
|
|