| Index: chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc
|
| diff --git a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc
|
| index 7c0927a70a8c720ec1a23bee0438dd2d173841b8..8d27026e03ebb8698f16c848bf3d44c12e72ca46 100644
|
| --- a/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc
|
| +++ b/chrome/browser/extensions/api/system_info_storage/system_info_storage_api.cc
|
| @@ -21,7 +21,7 @@ bool SystemInfoStorageGetFunction::RunImpl() {
|
| }
|
|
|
| void SystemInfoStorageGetFunction::OnGetStorageInfoCompleted(
|
| - const StorageInfo& info, bool success) {
|
| + const StorageUnitList& info, bool success) {
|
|
|
| if (success) {
|
| results_ =
|
|
|