| Index: remoting/host/host_key_pair.h
|
| diff --git a/remoting/host/host_key_pair.h b/remoting/host/host_key_pair.h
|
| index a2b9d5d8da8de69b62f09c3ae050d6d73ec66e7d..8af41d931532f0305a94300fe7c7af25c6fe2d28 100644
|
| --- a/remoting/host/host_key_pair.h
|
| +++ b/remoting/host/host_key_pair.h
|
| @@ -26,7 +26,7 @@ class HostKeyPair {
|
|
|
| void Generate();
|
| bool LoadFromString(const std::string& key_base64);
|
| - bool Load(HostConfig* host_config);
|
| + bool Load(const HostConfig& host_config);
|
| void Save(MutableHostConfig* host_config);
|
|
|
| crypto::RSAPrivateKey* private_key() { return key_.get(); }
|
|
|