| 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 54a91c6260ee271dcb715d6b32ce9d6317d7e465..ea89f78bbd98b1f0f71dc329bf7f445cc0b226d8 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| @@ -13,10 +13,9 @@
|
| #include "net/base/network_change_notifier.h"
|
|
|
| namespace content {
|
| -class ResourceContext;
|
| -} // namespace content
|
|
|
| class P2PSocketHost;
|
| +class ResourceContext;
|
|
|
| class P2PSocketDispatcherHost
|
| : public BrowserMessageFilter,
|
| @@ -85,4 +84,6 @@ class P2PSocketDispatcherHost
|
| DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcherHost);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_DISPATCHER_HOST_H_
|
|
|