| Index: content/browser/renderer_host/p2p/socket_host_tcp.h
|
| ===================================================================
|
| --- content/browser/renderer_host/p2p/socket_host_tcp.h (revision 88963)
|
| +++ content/browser/renderer_host/p2p/socket_host_tcp.h (working copy)
|
| @@ -5,10 +5,12 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_TCP_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_P2P_SOCKET_HOST_TCP_H_
|
|
|
| +#include <vector>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| -#include "base/scoped_ptr.h"
|
| #include "content/browser/renderer_host/p2p/socket_host.h"
|
| #include "content/common/p2p_sockets.h"
|
| #include "net/base/completion_callback.h"
|
|
|