Index: chrome/browser/component_updater/cld_component_installer.cc |
diff --git a/chrome/browser/component_updater/cld_component_installer.cc b/chrome/browser/component_updater/cld_component_installer.cc |
index fc0a5e6bea547fcac0ab38d8e9691011dc125e65..e508afb114f6015b34f2421f2566303cd191e9f8 100644 |
--- a/chrome/browser/component_updater/cld_component_installer.cc |
+++ b/chrome/browser/component_updater/cld_component_installer.cc |
@@ -98,10 +98,8 @@ bool CldComponentInstallerTraits::VerifyInstallation( |
return result; |
} |
-base::FilePath CldComponentInstallerTraits::GetBaseDirectory() const { |
- base::FilePath result; |
- PathService::Get(DIR_COMPONENT_CLD2, &result); |
- return result; |
+std::string CldComponentInstallerTraits::GetASCIIDirectoryName() const { |
+ return "CLD"; |
} |
void CldComponentInstallerTraits::GetHash(std::vector<uint8_t>* hash) const { |