Index: chrome/browser/component_updater/sth_set_component_installer.cc |
diff --git a/chrome/browser/component_updater/sth_set_component_installer.cc b/chrome/browser/component_updater/sth_set_component_installer.cc |
index fc393ceff3dc209cd2a4dc4d113a438ace725b97..401a79f3e41622b6d4a325b6fdf522af69fbd5e8 100644 |
--- a/chrome/browser/component_updater/sth_set_component_installer.cc |
+++ b/chrome/browser/component_updater/sth_set_component_installer.cc |
@@ -89,10 +89,8 @@ bool STHSetComponentInstallerTraits::VerifyInstallation( |
return base::PathExists(GetInstalledPath(install_dir)); |
} |
-base::FilePath STHSetComponentInstallerTraits::GetBaseDirectory() const { |
- base::FilePath result; |
- PathService::Get(DIR_CERT_TRANS_TREE_STATES, &result); |
- return result; |
+base::FilePath STHSetComponentInstallerTraits::GetRelativeInstallDir() const { |
+ return base::FilePath(FILE_PATH_LITERAL("CertificateTransparency")); |
} |
void STHSetComponentInstallerTraits::GetHash(std::vector<uint8_t>* hash) const { |