| Index: components/ownership/owner_key_util_impl_unittest.cc
|
| diff --git a/components/ownership/owner_key_util_impl_unittest.cc b/components/ownership/owner_key_util_impl_unittest.cc
|
| index 1441766b2faa0900356ee3c79441cdb9564607b6..32731d2f70f43179d2e54b917d89dc507901a979 100644
|
| --- a/components/ownership/owner_key_util_impl_unittest.cc
|
| +++ b/components/ownership/owner_key_util_impl_unittest.cc
|
| @@ -54,7 +54,7 @@ class OwnerKeyUtilImplTest : public testing::Test {
|
|
|
| void SetUp() override {
|
| ASSERT_TRUE(tmpdir_.CreateUniqueTempDir());
|
| - key_file_ = tmpdir_.path().Append(FILE_PATH_LITERAL("key"));
|
| + key_file_ = tmpdir_.GetPath().Append(FILE_PATH_LITERAL("key"));
|
| util_ = new OwnerKeyUtilImpl(key_file_);
|
| }
|
|
|
|
|