| Index: chrome/browser/storage_monitor/removable_device_notifications_mac.h
|
| diff --git a/chrome/browser/storage_monitor/removable_device_notifications_mac.h b/chrome/browser/storage_monitor/removable_device_notifications_mac.h
|
| index 847872e2db3f034502f042b0d5cef73afad932cb..e38ce365c733ac73e7ddd24f02d48117a2b8c6cb 100644
|
| --- a/chrome/browser/storage_monitor/removable_device_notifications_mac.h
|
| +++ b/chrome/browser/storage_monitor/removable_device_notifications_mac.h
|
| @@ -15,6 +15,8 @@
|
|
|
| namespace chrome {
|
|
|
| +class ImageCaptureDeviceManager;
|
| +
|
| // This class posts notifications to listeners when a new disk
|
| // is attached, removed, or changed.
|
| class RemovableDeviceNotificationsMac
|
| @@ -61,6 +63,8 @@ class RemovableDeviceNotificationsMac
|
| // posted.
|
| std::map<std::string, DiskInfoMac> disk_info_map_;
|
|
|
| + scoped_ptr<chrome::ImageCaptureDeviceManager> image_capture_device_manager_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RemovableDeviceNotificationsMac);
|
| };
|
|
|
|
|