| Index: chrome/browser/system_monitor/removable_device_notifications_mac.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_mac.h b/chrome/browser/system_monitor/removable_device_notifications_mac.h
|
| index adf4e67cb7480a5120d8901f56ae4d675f21e1c3..21ce12a3d32adc835ef57674b4b41bdd56049338 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_mac.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_mac.h
|
| @@ -10,13 +10,12 @@
|
|
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "chrome/browser/system_monitor/disk_info_mac.h"
|
| #include "chrome/browser/system_monitor/removable_storage_notifications.h"
|
|
|
| namespace chrome {
|
|
|
| -// This class posts notifications to base::SystemMonitor when a new disk
|
| +// This class posts notifications to listeners when a new disk
|
| // is attached, removed, or changed.
|
| class RemovableDeviceNotificationsMac
|
| : public RemovableStorageNotifications,
|
| @@ -35,7 +34,7 @@ class RemovableDeviceNotificationsMac
|
|
|
| virtual bool GetDeviceInfoForPath(
|
| const FilePath& path,
|
| - base::SystemMonitor::RemovableStorageInfo* device_info) const OVERRIDE;
|
| + StorageInfo* device_info) const OVERRIDE;
|
|
|
| // Returns the storage size of the device present at |location|. If the
|
| // device information is unavailable, returns zero. |location| must be a
|
|
|