| Index: components/policy/core/common/config_dir_policy_loader_unittest.cc
|
| diff --git a/components/policy/core/common/config_dir_policy_loader_unittest.cc b/components/policy/core/common/config_dir_policy_loader_unittest.cc
|
| index 99ae69ab71037eba0b7e1eb8e4f4a2d7cb5830ff..b371986ab3db6e1ffd76473fd4cab021cb5bf7e3 100644
|
| --- a/components/policy/core/common/config_dir_policy_loader_unittest.cc
|
| +++ b/components/policy/core/common/config_dir_policy_loader_unittest.cc
|
| @@ -158,7 +158,7 @@ class TestHarness : public PolicyProviderTestHarness {
|
| const base::DictionaryValue* policy_value) override;
|
| void Install3rdPartyPolicy(const base::DictionaryValue* policies) override;
|
|
|
| - const base::FilePath& test_dir() { return test_dir_.path(); }
|
| + const base::FilePath& test_dir() { return test_dir_.GetPath(); }
|
|
|
| // JSON-encode a dictionary and write it to a file.
|
| void WriteConfigFile(const base::DictionaryValue& dict,
|
|
|