| Index: chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
|
| diff --git a/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h b/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
|
| index 3a157b8226bb0e6e65e3b141f5a8d8f6ea78d5ed..410fbf62bf0d06431682be198b19200ffe56c753 100644
|
| --- a/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
|
| +++ b/chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
|
| @@ -18,9 +18,7 @@ class SystemInfoMemoryGetFunction : public AsyncExtensionFunction {
|
| private:
|
| virtual ~SystemInfoMemoryGetFunction();
|
| virtual bool RunImpl() OVERRIDE;
|
| - void OnGetMemoryInfoCompleted(
|
| - const api::system_info_memory::MemoryInfo& info,
|
| - bool success);
|
| + void OnGetMemoryInfoCompleted(bool success);
|
| };
|
|
|
| } // namespace extensions
|
|
|