summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc')
-rw-r--r--chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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 7e7693f..a49b916 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_;