Index: extensions/browser/api/system_memory/system_memory_api.h |
diff --git a/extensions/browser/api/system_memory/system_memory_api.h b/extensions/browser/api/system_memory/system_memory_api.h |
index bb468e3b80f29bf5822d20d47cbe3e7320852d6e..075377207cd6d57761688c6a88d2be1a4fd041b2 100644 |
--- a/extensions/browser/api/system_memory/system_memory_api.h |
+++ b/extensions/browser/api/system_memory/system_memory_api.h |
@@ -17,7 +17,7 @@ class SystemMemoryGetInfoFunction : public AsyncExtensionFunction { |
private: |
virtual ~SystemMemoryGetInfoFunction(); |
- virtual bool RunAsync() OVERRIDE; |
+ virtual bool RunAsync() override; |
void OnGetMemoryInfoCompleted(bool success); |
}; |