Index: chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc |
diff --git a/chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc b/chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc |
index 3d30c40bb77ddb68cc56026afc9f05f2988b0527..c8c278fce04ae97306025ca684e86c0ea56925ef 100644 |
--- a/chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc |
+++ b/chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc |
@@ -98,7 +98,7 @@ class SubresourceFilterComponentInstallerTest : public PlatformTest { |
std::unique_ptr<subresource_filter::RulesetService> service( |
new TestRulesetService(&pref_service_, task_runner_, |
- ruleset_service_dir_.path())); |
+ ruleset_service_dir_.GetPath())); |
TestingBrowserProcess::GetGlobal()->SetRulesetService(std::move(service)); |
traits_.reset(new SubresourceFilterComponentInstallerTraits()); |
@@ -119,7 +119,7 @@ class SubresourceFilterComponentInstallerTest : public PlatformTest { |
} |
base::FilePath component_install_dir() { |
- return component_install_dir_.path(); |
+ return component_install_dir_.GetPath(); |
} |
// If |license_contents| is null, no license file will be created. |