Index: remoting/host/pairing_registry_delegate_win.h |
diff --git a/remoting/host/pairing_registry_delegate_win.h b/remoting/host/pairing_registry_delegate_win.h |
index 93ce5cb4c9b2f889fafdd1b563471896ebf07945..7c75025a68c9fcbf508a885b3fe1eff8f9f559c0 100644 |
--- a/remoting/host/pairing_registry_delegate_win.h |
+++ b/remoting/host/pairing_registry_delegate_win.h |
@@ -52,12 +52,12 @@ class PairingRegistryDelegateWin |
bool SetRootKeys(HKEY privileged, HKEY unprivileged); |
// PairingRegistry::Delegate interface |
- virtual scoped_ptr<base::ListValue> LoadAll() OVERRIDE; |
- virtual bool DeleteAll() OVERRIDE; |
+ virtual scoped_ptr<base::ListValue> LoadAll() override; |
+ virtual bool DeleteAll() override; |
virtual protocol::PairingRegistry::Pairing Load( |
- const std::string& client_id) OVERRIDE; |
- virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE; |
- virtual bool Delete(const std::string& client_id) OVERRIDE; |
+ const std::string& client_id) override; |
+ virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) override; |
+ virtual bool Delete(const std::string& client_id) override; |
private: |
base::win::RegKey privileged_; |