| Index: remoting/host/heartbeat_sender.h
|
| diff --git a/remoting/host/heartbeat_sender.h b/remoting/host/heartbeat_sender.h
|
| index 07e2568e53b26af7c6075fba8110669b3ab6c8b1..e2befa9bc4fb16e4bc2a0874c2a6d4f6a8113841 100644
|
| --- a/remoting/host/heartbeat_sender.h
|
| +++ b/remoting/host/heartbeat_sender.h
|
| @@ -84,6 +84,8 @@ class HeartbeatSender : public base::RefCountedThreadSafe<HeartbeatSender> {
|
| scoped_ptr<IqRequest> request_;
|
| std::string host_id_;
|
| HostKeyPair key_pair_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(HeartbeatSender);
|
| };
|
|
|
| } // namespace remoting
|
|
|