Index: content/browser/download/download_file_unittest.cc |
diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc |
index 1127908c26057d7f0a28a565e7ad733101ac06bd..e283fa439f617fa49377225d580c2688186c2901 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -470,8 +470,8 @@ TEST_F(DownloadFileTest, RenameError) { |
// Make the directory unwritable and try to rename within it. |
{ |
- file_util::PermissionRestorer restorer(tempdir); |
- ASSERT_TRUE(file_util::MakeFileUnwritable(tempdir)); |
+ base::FilePermissionRestorer restorer(tempdir); |
+ ASSERT_TRUE(base::MakeFileUnwritable(tempdir)); |
// Expect nulling out of further processing. |
EXPECT_CALL(*input_stream_, RegisterCallback(IsNullCallback())); |