| Index: chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| index cae24604fbe21324fcc1740f9f51a85229d17ef2..db73bae930b454c143fe63a561f9994ea62e939e 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_chromeos.h
|
| @@ -24,6 +24,9 @@
|
|
|
| namespace chromeos {
|
|
|
| +class RemovableDeviceNotificationsCros;
|
| +typedef RemovableDeviceNotificationsCros RemovableDeviceNotifications;
|
| +
|
| class RemovableDeviceNotificationsCros
|
| : public base::RefCountedThreadSafe<RemovableDeviceNotificationsCros>,
|
| public disks::DiskMountManager::Observer {
|
|
|