| Index: components/upload_list/upload_list_unittest.cc
|
| diff --git a/components/upload_list/upload_list_unittest.cc b/components/upload_list/upload_list_unittest.cc
|
| index 76a958d054188426e7ac23e9e334462d87c807cf..abbad10f481dacfb2143625fd89e52fc37c173f3 100644
|
| --- a/components/upload_list/upload_list_unittest.cc
|
| +++ b/components/upload_list/upload_list_unittest.cc
|
| @@ -57,7 +57,7 @@ class UploadListTest : public testing::Test,
|
| return worker_pool_owner_.pool();
|
| }
|
| base::FilePath log_path() {
|
| - return temp_dir_.path().Append(FILE_PATH_LITERAL("uploads.log"));
|
| + return temp_dir_.GetPath().Append(FILE_PATH_LITERAL("uploads.log"));
|
| }
|
|
|
| private:
|
|
|