| Index: chrome/browser/extensions/api/system_storage/system_storage_api.h
|
| diff --git a/chrome/browser/extensions/api/system_storage/system_storage_api.h b/chrome/browser/extensions/api/system_storage/system_storage_api.h
|
| index 0c346f9678ce5108aabc3ec4052618cf06c76975..07e29a664cf3a8dba2805b32e8248415f281ed78 100644
|
| --- a/chrome/browser/extensions/api/system_storage/system_storage_api.h
|
| +++ b/chrome/browser/extensions/api/system_storage/system_storage_api.h
|
| @@ -41,7 +41,7 @@ class SystemStorageEjectDeviceFunction
|
| void OnStorageMonitorInit(const std::string& transient_device_id);
|
|
|
| // Eject device request handler.
|
| - void HandleResponse(chrome::StorageMonitor::EjectStatus status);
|
| + void HandleResponse(StorageMonitor::EjectStatus status);
|
| };
|
|
|
| } // namespace extensions
|
|
|