| Index: content/public/test/async_file_test_helper.cc | 
| diff --git a/content/public/test/async_file_test_helper.cc b/content/public/test/async_file_test_helper.cc | 
| index 345bc91ce9f75820a72e5a8ef16355b832354f2a..b5e205a8320d05a3a0a29f4a1884f4642ff91245 100644 | 
| --- a/content/public/test/async_file_test_helper.cc | 
| +++ b/content/public/test/async_file_test_helper.cc | 
| @@ -186,7 +186,7 @@ base::File::Error AsyncFileTestHelper::CreateFileWithData( | 
| base::ScopedTempDir dir; | 
| if (!dir.CreateUniqueTempDir()) | 
| return base::File::FILE_ERROR_FAILED; | 
| -  base::FilePath local_path = dir.path().AppendASCII("tmp"); | 
| +  base::FilePath local_path = dir.GetPath().AppendASCII("tmp"); | 
| if (buf_size != base::WriteFile(local_path, buf, buf_size)) | 
| return base::File::FILE_ERROR_FAILED; | 
| base::File::Error result = base::File::FILE_ERROR_FAILED; | 
|  |