Index: remoting/host/session_manager_factory.h |
diff --git a/remoting/host/session_manager_factory.h b/remoting/host/session_manager_factory.h |
index fb289bc886c744b13b51fce5e06b3bb002aa8649..2c0a1b6f8bb8186c17c9610fb8646543e507c45c 100644 |
--- a/remoting/host/session_manager_factory.h |
+++ b/remoting/host/session_manager_factory.h |
@@ -7,12 +7,19 @@ |
#include "base/memory/scoped_ptr.h" |
#include "net/url_request/url_request_context_getter.h" |
-#include "remoting/protocol/session_manager.h" |
+ |
+namespace net { |
+class URLRequestContextGetter; |
+} // namespace net |
namespace remoting { |
struct NetworkSettings; |
+namespace protocol { |
+ class SessionManager; |
+} // namespace protocol |
+ |
scoped_ptr<protocol::SessionManager> CreateHostSessionManager( |
const NetworkSettings& network_settings, |
const scoped_refptr<net::URLRequestContextGetter>& |