| Index: chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| index 77db999b25991314cd0785e397caaa2f3da44240..d18662b02e54772908c8dae24e26da40b7ea13e7 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| @@ -55,18 +55,10 @@ class RemovableDeviceNotificationsCros
|
| virtual uint64 GetStorageSize(const std::string& location) const OVERRIDE;
|
|
|
| private:
|
| - struct StorageObjectInfo {
|
| - // Basic details {storage device name, location and identifier}.
|
| - StorageInfo storage_info;
|
| -
|
| - // Device storage size.
|
| - uint64 storage_size_in_bytes;
|
| - };
|
| -
|
| friend class base::RefCountedThreadSafe<RemovableDeviceNotificationsCros>;
|
|
|
| // Mapping of mount path to removable mass storage info.
|
| - typedef std::map<std::string, StorageObjectInfo> MountMap;
|
| + typedef std::map<std::string, StorageInfo> MountMap;
|
|
|
| // Private to avoid code deleting the object.
|
| virtual ~RemovableDeviceNotificationsCros();
|
|
|