| 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..9251fad6dee1ed581fb5eb577a32c5d4e07a76d6 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 RemovableDeviceNotificationsWindowWin;
|
| +typedef RemovableDeviceNotificationsWindowWin RemovableDeviceNotifications;
|
| +
|
| class RemovableDeviceNotificationsWindowWin
|
| : public base::RefCountedThreadSafe<RemovableDeviceNotificationsWindowWin> {
|
| public:
|
|
|