| Index: chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm
|
| diff --git a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm
|
| index 5704be1a746d44569d1bb676bd935c194d5b8bfa..f57ef185acbf75ed86df4812917090133d8a085d 100644
|
| --- a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm
|
| +++ b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac_unittest.mm
|
| @@ -568,7 +568,7 @@ TEST_F(MTPDeviceDelegateImplMacTest, TestDownload) {
|
| DownloadFile(base::FilePath("/ic:id/filename"),
|
| temp_dir_.path().Append("target")));
|
| std::string contents;
|
| - EXPECT_TRUE(file_util::ReadFileToString(temp_dir_.path().Append("target"),
|
| - &contents));
|
| + EXPECT_TRUE(base::ReadFileToString(temp_dir_.path().Append("target"),
|
| + &contents));
|
| EXPECT_EQ(kTestFileContents, contents);
|
| }
|
|
|