| Index: remoting/protocol/jingle_session_manager.h
|
| diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
|
| index 651b9685e9c4b8950faec01176224c18eb15fe71..6a3dc41e34611c2d28e87a9dbc0e6e21ad8431eb 100644
|
| --- a/remoting/protocol/jingle_session_manager.h
|
| +++ b/remoting/protocol/jingle_session_manager.h
|
| @@ -14,8 +14,6 @@
|
| #include "remoting/jingle_glue/signal_strategy.h"
|
| #include "remoting/protocol/jingle_messages.h"
|
| #include "remoting/protocol/session_manager.h"
|
| -#include "remoting/protocol/transport.h"
|
| -#include "remoting/protocol/transport_config.h"
|
|
|
| namespace pp {
|
| class Instance;
|
| @@ -37,6 +35,7 @@ class JingleInfoRequest;
|
| namespace protocol {
|
|
|
| class JingleSession;
|
| +class TransportFactory;
|
|
|
| // JingleSessionManager and JingleSession implement the subset of the
|
| // Jingle protocol used in Chromoting. JingleSessionManager provides
|
| @@ -101,8 +100,6 @@ class JingleSessionManager : public SessionManager,
|
|
|
| bool ready_;
|
|
|
| - TransportConfig transport_config_;
|
| -
|
| scoped_ptr<JingleInfoRequest> jingle_info_request_;
|
|
|
| SessionsMap sessions_;
|
|
|