| Index: chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
|
| diff --git a/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc b/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
|
| index f90d2e1e5ccfcac59cc50249486b4450634d7652..2e46b9c04c382947cfd5bdf99c7c48bf323c7870 100644
|
| --- a/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
|
| +++ b/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| namespace extensions {
|
|
|
| -using api::experimental_system_info_storage::ParseStorageUnitType;
|
| -using api::experimental_system_info_storage::StorageUnitInfo;
|
| +using api::system_info_storage::ParseStorageUnitType;
|
| +using api::system_info_storage::StorageUnitInfo;
|
| using systeminfo::kStorageTypeFixed;
|
| using systeminfo::kStorageTypeRemovable;
|
| using systeminfo::kStorageTypeUnknown;
|
|
|