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..a1aed8197a1707710550fa9317fb1ddd7c97297d 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; |
+std::string STHSetComponentInstallerTraits::GetASCIIDirectoryName() const { |
+ return "CertificateTransparency"; |
} |
void STHSetComponentInstallerTraits::GetHash(std::vector<uint8_t>* hash) const { |