| 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 b05782677af63d7eaf2174182c47b9d159c37b4a..88597b7f261f96b2b4f1f89f87470cc030f77590 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_window_win.h
|
| @@ -18,6 +18,9 @@ typedef LRESULT (*VolumeNameFunc)(LPCWSTR drive,
|
| unsigned int volume_name_len);
|
| namespace chrome {
|
|
|
| +class RemovableDeviceNotificationsWin;
|
| +typedef RemovableDeviceNotificationsWin RemovableDeviceNotifications;
|
| +
|
| class RemovableDeviceNotificationsWindowWin
|
| : public base::RefCountedThreadSafe<RemovableDeviceNotificationsWindowWin> {
|
| public:
|
|
|