Index: chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc |
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 41c81cac6880c710f6817bcca2ae763eaddb8392..0efab1885e0f1d00c6f1e9bf84d470b924a14fea 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 |
@@ -217,7 +217,7 @@ TEST_F(LocalFileSyncServiceTest, RemoteSyncStepsSimple) { |
const int kTestFileDataSize = static_cast<int>(arraysize(kTestFileData) - 1); |
base::FilePath local_path; |
- ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.path(), &local_path)); |
+ ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir_.GetPath(), &local_path)); |
ASSERT_EQ(kTestFileDataSize, |
base::WriteFile(local_path, kTestFileData, kTestFileDataSize)); |