Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: components/policy/core/common/config_dir_policy_loader_unittest.cc

Issue 2317123002: c/browser, c/common, components O-P: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698