summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc')
-rw-r--r--chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc
index 286c53e..6ad32ff 100644
--- a/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc
+++ b/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc
@@ -211,8 +211,7 @@ TEST_F(LocalFileSyncServiceTest, RemoteSyncStepsSimple) {
const int kTestFileDataSize = static_cast<int>(arraysize(kTestFileData) - 1);
base::FilePath local_path;
- ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir_.path(),
- &local_path));
+ ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &local_path));
ASSERT_EQ(kTestFileDataSize,
file_util::WriteFile(local_path, kTestFileData, kTestFileDataSize));