| Index: components/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
|
| diff --git a/components/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc b/components/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
|
| index 4bd6a63b26e103aa443293b4a5c12d87d22ca7ad..b1865ca41b2593129564ccef7aff5033c31e457a 100644
|
| --- a/components/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
|
| +++ b/components/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc
|
| @@ -136,8 +136,6 @@ TEST_F(MediaTransferProtocolDeviceObserverLinuxTest, BasicAttachDetach) {
|
| EXPECT_EQ(1, observer().attach_calls());
|
| EXPECT_EQ(0, observer().detach_calls());
|
| EXPECT_EQ(device_id, observer().last_attached().device_id());
|
| - EXPECT_EQ(base::ASCIIToUTF16(kStorageLabel),
|
| - observer().last_attached().name());
|
| EXPECT_EQ(kStorageLocation, observer().last_attached().location());
|
|
|
| // Detach the attached storage.
|
|
|