| Index: components/storage_monitor/storage_monitor_linux_unittest.cc
|
| diff --git a/components/storage_monitor/storage_monitor_linux_unittest.cc b/components/storage_monitor/storage_monitor_linux_unittest.cc
|
| index 8a609b677b10c7e2bb22bfb1a4b6582266ceb67e..92311f2c1ea1570a8c26f2a8dccc018e87a11290 100644
|
| --- a/components/storage_monitor/storage_monitor_linux_unittest.cc
|
| +++ b/components/storage_monitor/storage_monitor_linux_unittest.cc
|
| @@ -25,7 +25,6 @@
|
| #include "components/storage_monitor/removable_device_constants.h"
|
| #include "components/storage_monitor/storage_info.h"
|
| #include "components/storage_monitor/storage_monitor.h"
|
| -#include "components/storage_monitor/test_media_transfer_protocol_manager_linux.h"
|
| #include "components/storage_monitor/test_storage_monitor.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -126,8 +125,6 @@ class TestStorageMonitorLinux : public StorageMonitorLinux {
|
| public:
|
| explicit TestStorageMonitorLinux(const base::FilePath& path)
|
| : StorageMonitorLinux(path) {
|
| - SetMediaTransferProtocolManagerForTest(
|
| - new TestMediaTransferProtocolManagerLinux());
|
| SetGetDeviceInfoCallbackForTest(base::Bind(&GetDeviceInfo));
|
| }
|
| ~TestStorageMonitorLinux() override {}
|
|
|