| Index: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| index cdd6bdf74c76c4b671d008a6307e80436b7715dd..afae4277111505bdb599bc3d97e11f1b59496d88 100644
|
| --- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| +++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| @@ -14,9 +14,9 @@
|
| #include "base/platform_file.h"
|
| #include "base/string16.h"
|
| #include "base/win/scoped_comptr.h"
|
| +#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
|
| #include "chrome/browser/media_galleries/mtp_device_delegate_impl.h"
|
| #include "webkit/fileapi/async_file_util.h"
|
| -#include "webkit/fileapi/media/mtp_device_async_delegate.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -36,7 +36,7 @@ struct SnapshotRequestInfo;
|
| // is instantiated per MTP device storage partition using
|
| // CreateMTPDeviceAsyncDelegate(). MTPDeviceDelegateImplWin lives on the IO
|
| // thread.
|
| -class MTPDeviceDelegateImplWin : public fileapi::MTPDeviceAsyncDelegate {
|
| +class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
|
| public:
|
| // Structure used to represent MTP device storage partition details.
|
| struct StorageDeviceInfo {
|
|
|