Chromium Code Reviews| Index: content/browser/renderer_host/p2p/socket_host_tcp.cc |
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc |
| index 2c09a2eebc8f4c096d00639beb2a0304cf4a0e98..b5583cfa6d64ab9e14b5fa26e6e51cd6694e78b9 100644 |
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.cc |
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc |
| @@ -11,6 +11,8 @@ |
| #include "net/base/sys_byteorder.h" |
| #include "net/socket/tcp_client_socket.h" |
| +namespace content { |
| + |
| namespace { |
|
jam
2011/08/24 00:24:27
ditto
Sergey Ulanov
2011/08/24 01:57:48
Done.
|
| const int kReadBufferSize = 4096; |
| @@ -271,3 +273,5 @@ P2PSocketHost* P2PSocketHostTcp::AcceptIncomingTcpConnection( |
| OnError(); |
| return NULL; |
| } |
| + |
| +} // namespace content |