| Index: remoting/protocol/libjingle_transport_factory.h
|
| diff --git a/remoting/protocol/libjingle_transport_factory.h b/remoting/protocol/libjingle_transport_factory.h
|
| index 0b20ff7e98cd2055e962fef38cee1a9a5cc52d51..08661df6c4d3eadc8e8b3bfcc5f7992b53831211 100644
|
| --- a/remoting/protocol/libjingle_transport_factory.h
|
| +++ b/remoting/protocol/libjingle_transport_factory.h
|
| @@ -47,7 +47,8 @@
|
|
|
| // TransportFactory interface.
|
| virtual void PrepareTokens() OVERRIDE;
|
| - virtual scoped_ptr<Transport> CreateTransport() OVERRIDE;
|
| + virtual scoped_ptr<StreamTransport> CreateStreamTransport() OVERRIDE;
|
| + virtual scoped_ptr<DatagramTransport> CreateDatagramTransport() OVERRIDE;
|
|
|
| private:
|
| void EnsureFreshJingleInfo();
|
|
|