Index: chrome/browser/component_updater/ev_whitelist_component_installer.cc |
diff --git a/chrome/browser/component_updater/ev_whitelist_component_installer.cc b/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
index 8007b5affd1a23be0cf5803b3918455101c2d5cc..6da29278311d96823001a5e6604fa6f5846d4a40 100644 |
--- a/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
+++ b/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
@@ -116,10 +116,8 @@ bool EVWhitelistComponentInstallerTraits::VerifyInstallation( |
return base::PathExists(GetInstalledPath(install_dir)); |
} |
-base::FilePath EVWhitelistComponentInstallerTraits::GetBaseDirectory() const { |
- base::FilePath result; |
- PathService::Get(DIR_COMPONENT_EV_WHITELIST, &result); |
- return result; |
+std::string EVWhitelistComponentInstallerTraits::GetASCIIDirectoryName() const { |
+ return "EVWhitelist"; |
} |
void EVWhitelistComponentInstallerTraits::GetHash( |