Index: chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
diff --git a/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc b/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
index 57e0f4646335dfd9a57c3184906a339b0fe6895a..55ca7a65d5299e3a27057a0fe2020555b834a3c6 100644 |
--- a/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
+++ b/chrome/browser/storage_monitor/storage_monitor_chromeos_unittest.cc |
@@ -236,7 +236,7 @@ base::FilePath StorageMonitorCrosTest::CreateMountPoint( |
base::FilePath path(return_path); |
if (with_dcim_dir) |
path = path.Append(kDCIMDirectoryName); |
- if (!file_util::CreateDirectory(path)) |
+ if (!base::CreateDirectory(path)) |
return base::FilePath(); |
return return_path; |
} |