diff options
Diffstat (limited to 'remoting/host/session_manager_factory.h')
-rw-r--r-- | remoting/host/session_manager_factory.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/host/session_manager_factory.h b/remoting/host/session_manager_factory.h index 2c0a1b6..ce2a53d 100644 --- a/remoting/host/session_manager_factory.h +++ b/remoting/host/session_manager_factory.h @@ -15,12 +15,14 @@ class URLRequestContextGetter; namespace remoting { struct NetworkSettings; +class SignalStrategy; namespace protocol { - class SessionManager; +class SessionManager; } // namespace protocol scoped_ptr<protocol::SessionManager> CreateHostSessionManager( + SignalStrategy* signal_strategy, const NetworkSettings& network_settings, const scoped_refptr<net::URLRequestContextGetter>& url_request_context_getter); |