| Index: chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
|
| diff --git a/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h b/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
|
| index cff3ff4b22f51f8480516fb155f6e5a0e99ae81e..c45b5b4c78485e81f05663beefb28004bd55bbc4 100644
|
| --- a/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
|
| +++ b/chrome/browser/storage_monitor/removable_device_notifications_chromeos.h
|
| @@ -22,6 +22,10 @@
|
| #include "chrome/browser/storage_monitor/removable_storage_notifications.h"
|
| #include "chromeos/disks/disk_mount_manager.h"
|
|
|
| +namespace chrome {
|
| +class MediaTransferProtocolDeviceObserverLinux;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| class RemovableDeviceNotificationsCros
|
| @@ -91,6 +95,9 @@ class RemovableDeviceNotificationsCros
|
| // Only accessed on the UI thread.
|
| MountMap mount_map_;
|
|
|
| + scoped_ptr<chrome::MediaTransferProtocolDeviceObserverLinux>
|
| + media_transfer_protocol_device_observer_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RemovableDeviceNotificationsCros);
|
| };
|
|
|
|
|