| Index: webrtc/p2p/base/rawtransport.h
|
| diff --git a/webrtc/p2p/base/rawtransport.h b/webrtc/p2p/base/rawtransport.h
|
| index 065dc0e25771636506498e21fd7d3b2bd6e421f0..a62358e008db754216ff8f68d10e99a59cf612d4 100644
|
| --- a/webrtc/p2p/base/rawtransport.h
|
| +++ b/webrtc/p2p/base/rawtransport.h
|
| @@ -22,10 +22,7 @@ namespace cricket {
|
| // that it thinks will work.
|
| class RawTransport : public Transport {
|
| public:
|
| - RawTransport(rtc::Thread* signaling_thread,
|
| - rtc::Thread* worker_thread,
|
| - const std::string& content_name,
|
| - PortAllocator* allocator);
|
| + RawTransport(const std::string& content_name, PortAllocator* allocator);
|
| virtual ~RawTransport();
|
|
|
| protected:
|
|
|