| Index: chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
|
| diff --git a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
|
| index 8cf24a23f3892f19c54d616169d85f5b7d073500..abcf0422252004f4921c788d9d03ba18f24643d6 100644
|
| --- a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
|
| +++ b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
|
| @@ -15,12 +15,10 @@
|
| #include "base/sequenced_task_runner_helpers.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| -namespace fileapi {
|
| -class MTPDeviceAsyncDelegate;
|
| -}
|
| -
|
| namespace chrome {
|
|
|
| +class MTPDeviceAsyncDelegate;
|
| +
|
| class ScopedMTPDeviceMapEntry
|
| : public base::RefCountedThreadSafe<
|
| ScopedMTPDeviceMapEntry, content::BrowserThread::DeleteOnUIThread> {
|
| @@ -50,8 +48,7 @@ class ScopedMTPDeviceMapEntry
|
|
|
| // Callback to add the managed MTPDeviceAsyncDelegate to the
|
| // MTPDeviceMapService on the IO thread.
|
| - void OnMTPDeviceAsyncDelegateCreated(
|
| - fileapi::MTPDeviceAsyncDelegate* delegate);
|
| + void OnMTPDeviceAsyncDelegateCreated(MTPDeviceAsyncDelegate* delegate);
|
|
|
| // The MTP or PTP device location.
|
| const base::FilePath::StringType device_location_;
|
|
|