| Index: components/subresource_filter/core/common/test_ruleset_creator.cc
|
| diff --git a/components/subresource_filter/core/common/test_ruleset_creator.cc b/components/subresource_filter/core/common/test_ruleset_creator.cc
|
| index f3bddad382392a21690a16b9c540cfe70c9fd5d2..81dd7b3d21119ba77bb5fc907c02713f83a3b88b 100644
|
| --- a/components/subresource_filter/core/common/test_ruleset_creator.cc
|
| +++ b/components/subresource_filter/core/common/test_ruleset_creator.cc
|
| @@ -106,7 +106,7 @@ void TestRulesetCreator::GetUniqueTemporaryPath(base::FilePath* path) {
|
| DCHECK(path);
|
| ASSERT_TRUE(scoped_temp_dir_.IsValid() ||
|
| scoped_temp_dir_.CreateUniqueTempDir());
|
| - *path = scoped_temp_dir_.path().AppendASCII(
|
| + *path = scoped_temp_dir_.GetPath().AppendASCII(
|
| base::IntToString(next_unique_file_suffix++));
|
| }
|
|
|
|
|