Index: chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc |
diff --git a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc |
index 5a176530a570595908c2a6d992775921251f65a1..a7a54136725346d4e1c7d4514c4fd99865f07e37 100644 |
--- a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc |
+++ b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_mac.cc |
@@ -80,7 +80,7 @@ bool StorageInfoProviderMac::QueryUnitInfo(const std::string& id, |
systeminfo::kStorageTypeUnknown : dev_path_to_type_map_[volume_dev]; |
} |
info->type = |
- api::experimental_system_info_storage::FromStorageUnitTypeString(type); |
+ api::experimental_system_info_storage::ParseStorageUnitType(type); |
// TODO(joshuagl): we're reporting different values than Disk Utility. |
// Is there an alternative API to get this information that doesn't use |
// statfs? NSFileManager's attributesOfFileSystemForPath uses statfs. |