| Index: chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h
|
| diff --git a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h
|
| index 201b314e9f68a2b73a27c8e16b34e190ab647ab9..bc3ac6f91e40782b48f41f4b047538065d448259 100644
|
| --- a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h
|
| +++ b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/hash_tables.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/platform_file.h"
|
| -#include "webkit/fileapi/media/mtp_device_async_delegate.h"
|
| +#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
|
|
|
| namespace chrome {
|
|
|
| @@ -26,7 +26,7 @@ namespace chrome {
|
| // on any thread, but then mutates all state on the UI thread. The async
|
| // delegate interface can be invoked on any thread, as it simply forwards calls
|
| // to the UI thread.
|
| -class MTPDeviceDelegateImplMac : public fileapi::MTPDeviceAsyncDelegate {
|
| +class MTPDeviceDelegateImplMac : public MTPDeviceAsyncDelegate {
|
| public:
|
| MTPDeviceDelegateImplMac(const std::string& device_id,
|
| const base::FilePath::StringType& synthetic_path);
|
|
|