| Index: chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync_client_unittest.cc b/chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| index 1a83029a0aa1fcecbf79206ee22790408876ddd5..59d5dbb1ff77a36b9d2ee65c6bd93932d9ac1936 100644
|
| --- a/chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| @@ -152,8 +152,7 @@ class SyncClientTest : public testing::Test {
|
| void SetUpTestData() {
|
| // Prepare a temp file.
|
| base::FilePath temp_file;
|
| - EXPECT_TRUE(file_util::CreateTemporaryFileInDir(temp_dir_.path(),
|
| - &temp_file));
|
| + EXPECT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &temp_file));
|
| ASSERT_TRUE(google_apis::test_util::WriteStringToFile(temp_file,
|
| kLocalContent));
|
|
|
|
|