| Index: chrome/browser/extensions/api/system_storage/storage_info_provider.h
|
| diff --git a/chrome/browser/extensions/api/system_storage/storage_info_provider.h b/chrome/browser/extensions/api/system_storage/storage_info_provider.h
|
| index 859ea87ce182cf2c92db8d385b7991f0c7d2b2ec..5bcf4a13cc01af8733f7e6d205e550d9375df3a8 100644
|
| --- a/chrome/browser/extensions/api/system_storage/storage_info_provider.h
|
| +++ b/chrome/browser/extensions/api/system_storage/storage_info_provider.h
|
| @@ -22,10 +22,10 @@ namespace extensions {
|
|
|
| namespace systeminfo {
|
|
|
| -// Build StorageUnitInfo struct from chrome::StorageInfo instance. The |unit|
|
| +// Build StorageUnitInfo struct from StorageInfo instance. The |unit|
|
| // parameter is the output value.
|
| -void BuildStorageUnitInfo(const chrome::StorageInfo& info,
|
| - api::system_storage::StorageUnitInfo* unit);
|
| +void BuildStorageUnitInfo(const StorageInfo& info,
|
| + api::system_storage::StorageUnitInfo* unit);
|
|
|
| } // namespace systeminfo
|
|
|
|
|