| Index: chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win.h b/chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| index 5bc5a992e8a27ae8da365557bcc3d71e506f3a4d..d67297aeee7bd820614ed3950524121723adf7e6 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "chrome/browser/system_monitor/removable_storage_notifications.h"
|
|
|
| class FilePath;
|
| @@ -37,7 +36,7 @@ class RemovableDeviceNotificationsWindowWin
|
| // RemovableStorageNotifications:
|
| virtual bool GetDeviceInfoForPath(
|
| const FilePath& path,
|
| - base::SystemMonitor::RemovableStorageInfo* device_info) const OVERRIDE;
|
| + StorageInfo* device_info) const OVERRIDE;
|
| virtual uint64 GetStorageSize(const std::string& location) const OVERRIDE;
|
| virtual bool GetMTPStorageInfoFromDeviceId(
|
| const std::string& storage_device_id,
|
|
|