| Index: remoting/protocol/transport.h
|
| diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h
|
| index a612ea55e599ed386b9f3b8db10d73d9d6e4e9fe..9b7720a04675910c926298a442472a679eddf555 100644
|
| --- a/remoting/protocol/transport.h
|
| +++ b/remoting/protocol/transport.h
|
| @@ -18,17 +18,10 @@ namespace buzz {
|
| class XmlElement;
|
| } // namespace buzz
|
|
|
| -namespace webrtc {
|
| -class PeerConnectionInterface;
|
| -} // namespace webrtc
|
| -
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| class Authenticator;
|
| -class DatagramChannelFactory;
|
| -class P2PDatagramSocket;
|
| -class StreamChannelFactory;
|
|
|
| enum class TransportRole {
|
| SERVER,
|
|
|