| Index: extensions/browser/api/system_storage/storage_info_provider.h
|
| diff --git a/extensions/browser/api/system_storage/storage_info_provider.h b/extensions/browser/api/system_storage/storage_info_provider.h
|
| index 421056bec34592f6dc66be275d6155bd66aae91b..6cb178752b8e9db29f221feb243fa944efcd067d 100644
|
| --- a/extensions/browser/api/system_storage/storage_info_provider.h
|
| +++ b/extensions/browser/api/system_storage/storage_info_provider.h
|
| @@ -24,11 +24,11 @@ namespace systeminfo {
|
| // Build StorageUnitInfo struct from StorageInfo instance. The |unit|
|
| // parameter is the output value.
|
| void BuildStorageUnitInfo(const storage_monitor::StorageInfo& info,
|
| - core_api::system_storage::StorageUnitInfo* unit);
|
| + api::system_storage::StorageUnitInfo* unit);
|
|
|
| } // namespace systeminfo
|
|
|
| -typedef std::vector<linked_ptr<core_api::system_storage::StorageUnitInfo> >
|
| +typedef std::vector<linked_ptr<api::system_storage::StorageUnitInfo>>
|
| StorageUnitInfoList;
|
|
|
| class StorageInfoProvider : public SystemInfoProvider {
|
|
|