Index: remoting/host/heartbeat_sender.h |
diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h |
index 9f48f783d67f5783add6090ada1adeae4946d246..92425fefb832952a33ae230aaf2c861998578f0f 100644 |
--- a/remoting/host/heartbeat_sender.h |
+++ b/remoting/host/heartbeat_sender.h |
@@ -79,9 +79,9 @@ class IqSender; |
// </iq> |
class HeartbeatSender : public SignalStrategy::Listener { |
public: |
- // Doesn't take ownership of |signal_strategy| or |key_pair|. Both |
- // parameters must outlive this object. Heartbeats will start when |
- // the supplied SignalStrategy enters the CONNECTED state. |
+ // |signal_strategy| and |key_pair| must outlive this |
+ // object. Heartbeats will start when the supplied SignalStrategy |
+ // enters the CONNECTED state. |
HeartbeatSender(const std::string& host_id, |
SignalStrategy* signal_strategy, |
HostKeyPair* key_pair); |