Index: remoting/protocol/jingle_session_manager.h |
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h |
index a44132bc54b38d4c49d9ee03aa89a4b05e64b501..8694f623a5598af4868c445266feb6613b63fab4 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 |
@@ -102,8 +101,6 @@ class JingleSessionManager : public SessionManager, |
bool ready_; |
- TransportConfig transport_config_; |
- |
scoped_ptr<JingleInfoRequest> jingle_info_request_; |
SessionsMap sessions_; |