| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index fc35798263f783cf0c546e25993898c9d35ed1d7..7b5cea57aba9798e078fc22d7707482e1f8155ac 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -177,7 +177,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| void OnClientDisconnected(protocol::ConnectionToClient* client);
|
|
|
| // Creates encoder for the specified configuration.
|
| - Encoder* CreateEncoder(const protocol::SessionConfig* config);
|
| + Encoder* CreateEncoder(const protocol::SessionConfig& config);
|
|
|
| std::string GenerateHostAuthToken(const std::string& encoded_client_token);
|
|
|
|
|