| Index: remoting/protocol/session.h
|
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
|
| index 917dd8088cc9a8f9a575119ee4685bab692b9750..865af39b3a789f594b61bf76364ecf0b46569e9e 100644
|
| --- a/remoting/protocol/session.h
|
| +++ b/remoting/protocol/session.h
|
| @@ -12,17 +12,10 @@
|
| #include "remoting/protocol/session_config.h"
|
| #include "remoting/protocol/transport.h"
|
|
|
| -namespace buzz {
|
| -class XmlElement;
|
| -} // namespace buzz
|
| -
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class Authenicator;
|
| -class StreamChannelFactory;
|
| class Transport;
|
| -struct TransportRoute;
|
|
|
| // Session is responsible for initializing and authenticating both incoming and
|
| // outgoing connections. It uses TransportInfoSink interface to pass
|
|
|