| Index: chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
|
| diff --git a/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h b/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
|
| index fd40f1f01aae7fe5673011f2eda699c543a71359..45c9e67ae66c832abbf0e5f0ce17487706745d96 100644
|
| --- a/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
|
| +++ b/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
|
| @@ -12,7 +12,9 @@
|
| #include "chrome/browser/system_monitor/removable_storage_notifications.h"
|
| #include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace chrome {
|
|
|
| @@ -37,7 +39,7 @@ class MediaTransferProtocolDeviceObserverLinux
|
| // Finds the storage that contains |path| and populates |storage_info|.
|
| // Returns false if unable to find the storage.
|
| bool GetStorageInfoForPath(
|
| - const FilePath& path,
|
| + const base::FilePath& path,
|
| RemovableStorageNotifications::StorageInfo* storage_info) const;
|
|
|
| protected:
|
|
|