Index: extensions/browser/api/system_info/system_info_api.h |
diff --git a/extensions/browser/api/system_info/system_info_api.h b/extensions/browser/api/system_info/system_info_api.h |
index d1fe9aa5bd54519a5e29adeed0c40055a041eee6..04940a327e0961519a581767a69da96b1e9d7fd4 100644 |
--- a/extensions/browser/api/system_info/system_info_api.h |
+++ b/extensions/browser/api/system_info/system_info_api.h |
@@ -22,11 +22,11 @@ class SystemInfoAPI : public BrowserContextKeyedAPI, |
virtual ~SystemInfoAPI(); |
// KeyedService implementation. |
- virtual void Shutdown() OVERRIDE; |
+ virtual void Shutdown() override; |
// EventRouter::Observer implementation. |
- virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE; |
- virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE; |
+ virtual void OnListenerAdded(const EventListenerInfo& details) override; |
+ virtual void OnListenerRemoved(const EventListenerInfo& details) override; |
private: |
friend class BrowserContextKeyedAPIFactory<SystemInfoAPI>; |