| Index: chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| diff --git a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| index 02a4ff88c1015bc2fa01ffd7ea8e24758b2300b4..86997171c4b35e089090c3052ff7948ab46de447 100644
|
| --- a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| +++ b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.h
|
| @@ -21,7 +21,7 @@ class SystemInfoStorageGetFunction : public AsyncExtensionFunction {
|
| virtual ~SystemInfoStorageGetFunction();
|
| virtual bool RunImpl() OVERRIDE;
|
|
|
| - void OnGetStorageInfoCompleted(const StorageInfo& info, bool success);
|
| + void OnGetStorageInfoCompleted(bool success);
|
| };
|
|
|
| class SystemInfoStorageAddWatchFunction : public AsyncExtensionFunction {
|
|
|