| Index: remoting/host/session_manager_factory.h
|
| diff --git a/remoting/host/session_manager_factory.h b/remoting/host/session_manager_factory.h
|
| index ce2a53d416df7d0e5b5f4f31ac18679fb774f052..4bce1f67b5f47d8f63c49e02f97246477fcf46dd 100644
|
| --- a/remoting/host/session_manager_factory.h
|
| +++ b/remoting/host/session_manager_factory.h
|
| @@ -14,16 +14,16 @@ class URLRequestContextGetter;
|
|
|
| namespace remoting {
|
|
|
| -struct NetworkSettings;
|
| class SignalStrategy;
|
|
|
| namespace protocol {
|
| +struct NetworkSettings;
|
| class SessionManager;
|
| } // namespace protocol
|
|
|
| scoped_ptr<protocol::SessionManager> CreateHostSessionManager(
|
| SignalStrategy* signal_strategy,
|
| - const NetworkSettings& network_settings,
|
| + const protocol::NetworkSettings& network_settings,
|
| const scoped_refptr<net::URLRequestContextGetter>&
|
| url_request_context_getter);
|
|
|
|
|