| 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 7a9b8942ff2cb11288ebf07ce238c05715785070..c36e76636fb521da01f9de6e230e70cfb81e87ba 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(const StorageUnitList& info, bool success);
|
| };
|
|
|
| } // namespace extensions
|
|
|