| Index: remoting/host/host_change_notification_listener.h
|
| diff --git a/remoting/host/host_change_notification_listener.h b/remoting/host/host_change_notification_listener.h
|
| index 52e91b5b52340080ccd7d0f6b6bddabcd0c60b8a..e7ff2fef521d58c1fa8db0999a69ca8d2e9d2c5e 100644
|
| --- a/remoting/host/host_change_notification_listener.h
|
| +++ b/remoting/host/host_change_notification_listener.h
|
| @@ -41,9 +41,9 @@ class HostChangeNotificationListener : public SignalStrategy::Listener {
|
|
|
| // SignalStrategy::Listener interface.
|
| virtual void OnSignalStrategyStateChange(
|
| - SignalStrategy::State state) OVERRIDE;
|
| + SignalStrategy::State state) override;
|
| virtual bool OnSignalStrategyIncomingStanza(
|
| - const buzz::XmlElement* stanza) OVERRIDE;
|
| + const buzz::XmlElement* stanza) override;
|
|
|
| private:
|
| void OnHostDeleted();
|
|
|