Index: components/storage_monitor/image_capture_device_manager_unittest.mm |
diff --git a/components/storage_monitor/image_capture_device_manager_unittest.mm b/components/storage_monitor/image_capture_device_manager_unittest.mm |
index 01a74dfd072c0141021ffb7b896a861c006bf341..5bdd830085cf06cb3c3e670281a520f49da01ff3 100644 |
--- a/components/storage_monitor/image_capture_device_manager_unittest.mm |
+++ b/components/storage_monitor/image_capture_device_manager_unittest.mm |
@@ -110,8 +110,8 @@ const char kTestFileContents[] = "test"; |
saveAsFilename += ".jpg"; |
base::FilePath toBeSaved = saveDir.Append(saveAsFilename); |
ASSERT_EQ(static_cast<int>(strlen(kTestFileContents)), |
- file_util::WriteFile(toBeSaved, kTestFileContents, |
- strlen(kTestFileContents))); |
+ base::WriteFile(toBeSaved, kTestFileContents, |
+ strlen(kTestFileContents))); |
NSMutableDictionary* returnOptions = |
[NSMutableDictionary dictionaryWithDictionary:options]; |