| Index: content/browser/quota/quota_reservation_manager_unittest.cc | 
| diff --git a/content/browser/quota/quota_reservation_manager_unittest.cc b/content/browser/quota/quota_reservation_manager_unittest.cc | 
| index 6b978726e97cb840e02d4fd9eecd51e6b2955deb..951692cae05c14d54e92dd6bae87f299072326a2 100644 | 
| --- a/content/browser/quota/quota_reservation_manager_unittest.cc | 
| +++ b/content/browser/quota/quota_reservation_manager_unittest.cc | 
| @@ -190,7 +190,7 @@ class QuotaReservationManagerTest : public testing::Test { | 
|  | 
| void SetUp() override { | 
| ASSERT_TRUE(work_dir_.CreateUniqueTempDir()); | 
| -    file_path_ = work_dir_.path().Append(FILE_PATH_LITERAL("hoge")); | 
| +    file_path_ = work_dir_.GetPath().Append(FILE_PATH_LITERAL("hoge")); | 
| SetFileSize(file_path_, kInitialFileSize); | 
|  | 
| std::unique_ptr<QuotaReservationManager::QuotaBackend> backend( | 
|  |