| Index: chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| diff --git a/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h b/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| index bf98cbcfbebd987143376a41b6c573eb6ce96348..fff71103abbeb4a470cb7e6a9d8ec5ea35ed1cbf 100644
|
| --- a/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| +++ b/chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.h
|
| @@ -15,9 +15,8 @@
|
| #include "webkit/fileapi/file_system_file_util.h"
|
| #include "webkit/fileapi/media/mtp_device_delegate.h"
|
|
|
| -class FilePath;
|
| -
|
| namespace base {
|
| +class FilePath;
|
| class SequencedTaskRunner;
|
| }
|
|
|
| @@ -52,14 +51,14 @@ class MTPDeviceDelegateImplLinux : public fileapi::MTPDeviceDelegate {
|
|
|
| // MTPDeviceDelegate:
|
| virtual base::PlatformFileError GetFileInfo(
|
| - const FilePath& file_path,
|
| + const base::FilePath& file_path,
|
| base::PlatformFileInfo* file_info) OVERRIDE;
|
| virtual scoped_ptr<fileapi::FileSystemFileUtil::AbstractFileEnumerator>
|
| - CreateFileEnumerator(const FilePath& root,
|
| + CreateFileEnumerator(const base::FilePath& root,
|
| bool recursive) OVERRIDE;
|
| virtual base::PlatformFileError CreateSnapshotFile(
|
| - const FilePath& device_file_path,
|
| - const FilePath& local_path,
|
| + const base::FilePath& device_file_path,
|
| + const base::FilePath& local_path,
|
| base::PlatformFileInfo* file_info) OVERRIDE;
|
| virtual void CancelPendingTasksAndDeleteDelegate() OVERRIDE;
|
|
|
|
|