| 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 be745499bc268a9916ffc98c6ec66693e2914d1e..f043e78be06081135d572f073a477bf422645149 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/storage_monitor.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);
|
| };
|
|
|
|
|