| Index: chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm (revision 201619)
|
| +++ chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm (working copy)
|
| @@ -289,7 +289,7 @@
|
| std::vector<chrome::StorageInfo> devices = monitor_.GetAttachedStorage();
|
|
|
| ASSERT_EQ(1U, devices.size());
|
| - EXPECT_EQ(std::string("ic:") + kDeviceId, devices[0].device_id);
|
| + EXPECT_EQ(std::string("ic:") + kDeviceId, devices[0].device_id());
|
|
|
| DetachDevice(&manager, device);
|
| devices = monitor_.GetAttachedStorage();
|
|
|