| Index: content/renderer/p2p/p2p_transport_impl.h
|
| diff --git a/content/renderer/p2p/p2p_transport_impl.h b/content/renderer/p2p/p2p_transport_impl.h
|
| index ae05c6ac66867f1d416b9fc43d36660e79669a88..6e46b159a48e186df03811d49363e90e6ee241aa 100644
|
| --- a/content/renderer/p2p/p2p_transport_impl.h
|
| +++ b/content/renderer/p2p/p2p_transport_impl.h
|
| @@ -13,8 +13,6 @@
|
| #include "third_party/libjingle/source/talk/base/sigslot.h"
|
| #include "webkit/glue/p2p_transport.h"
|
|
|
| -class P2PSocketDispatcher;
|
| -
|
| namespace cricket {
|
| class Candidate;
|
| class PortAllocator;
|
| @@ -33,6 +31,10 @@ class NetworkManager;
|
| class PacketSocketFactory;
|
| } // namespace talk_base
|
|
|
| +namespace content {
|
| +
|
| +class P2PSocketDispatcher;
|
| +
|
| class P2PTransportImpl : public webkit_glue::P2PTransport,
|
| public sigslot::has_slots<> {
|
| public:
|
| @@ -86,4 +88,6 @@ class P2PTransportImpl : public webkit_glue::P2PTransport,
|
| DISALLOW_COPY_AND_ASSIGN(P2PTransportImpl);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_RENDERER_P2P_P2P_TRANSPORT_IMPL_H_
|
|
|