| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index 1d15aa53343482d428a0ec647b1ac1ed4e978b0c..96eb4d9d3b7da7289510a14b3c6bbd0b32300240 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -95,7 +95,7 @@ class HeartbeatSender : public SignalStrategy::Listener {
|
| const base::Closure& on_unknown_host_id_error,
|
| const std::string& host_id,
|
| SignalStrategy* signal_strategy,
|
| - scoped_refptr<RsaKeyPair> key_pair,
|
| + const scoped_refptr<RsaKeyPair> key_pair,
|
| const std::string& directory_bot_jid);
|
| virtual ~HeartbeatSender();
|
|
|
| @@ -142,7 +142,7 @@ class HeartbeatSender : public SignalStrategy::Listener {
|
| base::Closure on_unknown_host_id_error_;
|
| std::string host_id_;
|
| SignalStrategy* signal_strategy_;
|
| - scoped_refptr<RsaKeyPair> key_pair_;
|
| + const scoped_refptr<RsaKeyPair> key_pair_;
|
| std::string directory_bot_jid_;
|
| scoped_ptr<IqSender> iq_sender_;
|
| scoped_ptr<IqRequest> request_;
|
|
|