| Index: content/renderer/p2p/socket_dispatcher.h
|
| diff --git a/content/renderer/p2p/socket_dispatcher.h b/content/renderer/p2p/socket_dispatcher.h
|
| index 3dbc49dd288b519eac8b301417d73403b8a7f061..46b572a8adcf9bc64fb0fd9abc3efbebeb69bc83 100644
|
| --- a/content/renderer/p2p/socket_dispatcher.h
|
| +++ b/content/renderer/p2p/socket_dispatcher.h
|
| @@ -38,6 +38,8 @@ namespace net {
|
| class IPEndPoint;
|
| } // namespace net
|
|
|
| +namespace content {
|
| +
|
| class P2PHostAddressRequest;
|
| class P2PSocketClient;
|
|
|
| @@ -113,4 +115,6 @@ class P2PSocketDispatcher : public RenderViewObserver {
|
| DISALLOW_COPY_AND_ASSIGN(P2PSocketDispatcher);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_P2P_SOCKET_DISPATCHER_H_
|
|
|