| Index: chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc
|
| diff --git a/chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc b/chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc
|
| index c92dda0bcd77d28f8fa88eef43177d35765ca101..2a412bc59912d35642f4336dbee3c45ca073b489 100644
|
| --- a/chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc
|
| +++ b/chrome/browser/media_gallery/linux/mtp_device_operations_utils.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "chrome/browser/media_gallery/linux/mtp_device_operations_utils.h"
|
|
|
| -#include "chrome/browser/media_transfer_protocol/media_transfer_protocol_manager.h"
|
| +#include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
|
|
|
| namespace chrome {
|
|
|
| // Returns MediaTransferProtocolManager instance on success or NULL on failure.
|
| -MediaTransferProtocolManager* GetMediaTransferProtocolManager() {
|
| - MediaTransferProtocolManager* mtp_device_mgr =
|
| - MediaTransferProtocolManager::GetInstance();
|
| +device::MediaTransferProtocolManager* GetMediaTransferProtocolManager() {
|
| + device::MediaTransferProtocolManager* mtp_device_mgr =
|
| + device::MediaTransferProtocolManager::GetInstance();
|
| DCHECK(mtp_device_mgr);
|
| return mtp_device_mgr;
|
| }
|
|
|