Index: chrome/installer/util/delete_after_reboot_helper_unittest.cc |
diff --git a/chrome/installer/util/delete_after_reboot_helper_unittest.cc b/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
index d5a65812fab60805c4c3bcf6e22e35d3e0c56aa6..f114b8517d7a4fe5c196fb773dfb1a2e9f747bf3 100644 |
--- a/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
+++ b/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
@@ -28,7 +28,7 @@ class DeleteAfterRebootHelperTest : public testing::Test { |
base::CreateTemporaryFileInDir(temp_dir_, &temp_file_); |
temp_subdir_ = temp_dir_.Append(L"subdir"); |
- file_util::CreateDirectory(temp_subdir_); |
+ base::CreateDirectory(temp_subdir_); |
base::CreateTemporaryFileInDir(temp_subdir_, &temp_subdir_file_); |
// Copy the current pending moves and then clear it if we can: |