Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
index 7e7693fc81767146df0b67ba9a18af5b1189fbb9..a49b9161b1ef833ad6713c67d74110e5af18e1cb 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
+++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
@@ -126,7 +126,7 @@ class SyncableFileOperationRunnerTest : public testing::Test { |
} |
bool CreateTempFile(base::FilePath* path) { |
- return file_util::CreateTemporaryFileInDir(dir_.path(), path); |
+ return base::CreateTemporaryFileInDir(dir_.path(), path); |
} |
ScopedEnableSyncFSDirectoryOperation enable_directory_operation_; |