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