| 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 57d2e44ef901cda9a8090d0ff20e2e2cfbbbb55e..6a5b9aeb694483f06628fd10c577b7d5c87b3d92 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;
|
| @@ -34,7 +33,7 @@ class RemovableDeviceNotificationsWindowWin
|
| // Returns false if unable to find the device.
|
| 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;
|
|
|
|
|