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 075377207cd6d57761688c6a88d2be1a4fd041b2..b592d8056ed698c3d3e23ecc804d70da875cb295 100644 |
--- a/extensions/browser/api/system_memory/system_memory_api.h |
+++ b/extensions/browser/api/system_memory/system_memory_api.h |
@@ -16,8 +16,8 @@ class SystemMemoryGetInfoFunction : public AsyncExtensionFunction { |
SystemMemoryGetInfoFunction(); |
private: |
- virtual ~SystemMemoryGetInfoFunction(); |
- virtual bool RunAsync() override; |
+ ~SystemMemoryGetInfoFunction() override; |
+ bool RunAsync() override; |
void OnGetMemoryInfoCompleted(bool success); |
}; |