| Index: webrtc/test/direct_transport.h
|
| diff --git a/webrtc/test/direct_transport.h b/webrtc/test/direct_transport.h
|
| index eb552c57c8e29b52bcb1f562d6f36bd98d4266dd..d31c9581d613a67500dc643b8d8292211f0fc157 100644
|
| --- a/webrtc/test/direct_transport.h
|
| +++ b/webrtc/test/direct_transport.h
|
| @@ -18,11 +18,11 @@
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/event.h"
|
| #include "webrtc/base/platform_thread.h"
|
| +#include "webrtc/call/call.h"
|
| #include "webrtc/test/fake_network_pipe.h"
|
|
|
| namespace webrtc {
|
|
|
| -class Call;
|
| class Clock;
|
| class PacketReceiver;
|
|
|
| @@ -30,8 +30,9 @@ namespace test {
|
|
|
| class DirectTransport : public Transport {
|
| public:
|
| - explicit DirectTransport(Call* send_call);
|
| - DirectTransport(const FakeNetworkPipe::Config& config, Call* send_call);
|
| + DirectTransport(Call* send_call, MediaType media_type);
|
| + DirectTransport(const FakeNetworkPipe::Config& config, Call* send_call,
|
| + MediaType media_type);
|
| ~DirectTransport();
|
|
|
| void SetConfig(const FakeNetworkPipe::Config& config);
|
|
|