| Index: components/precache/core/precache_fetcher_unittest.cc
|
| diff --git a/components/precache/core/precache_fetcher_unittest.cc b/components/precache/core/precache_fetcher_unittest.cc
|
| index 4a86682e012c15d1311f45a15d52fa28522006a2..df05f4f12cd3e5b67f1cc5f1672d443a2760e6ec 100644
|
| --- a/components/precache/core/precache_fetcher_unittest.cc
|
| +++ b/components/precache/core/precache_fetcher_unittest.cc
|
| @@ -371,7 +371,7 @@ class PrecacheFetcherTest : public testing::Test {
|
| protected:
|
| void SetUp() override {
|
| ASSERT_TRUE(scoped_temp_dir_.CreateUniqueTempDir());
|
| - base::FilePath db_path = scoped_temp_dir_.path().Append(
|
| + base::FilePath db_path = scoped_temp_dir_.GetPath().Append(
|
| base::FilePath(FILE_PATH_LITERAL("precache_database")));
|
| precache_database_.Init(db_path);
|
| }
|
|
|