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 92becb5e7ba676de2ca293d9e97ddcd6a6a5b67c..9b992989c36085593e3c79b71a56d48afdedc436 100644 |
--- a/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
+++ b/chrome/browser/component_updater/ev_whitelist_component_installer.cc |
@@ -131,8 +131,9 @@ std::string EVWhitelistComponentInstallerTraits::GetName() const { |
return kEVWhitelistManifestName; |
} |
-std::string EVWhitelistComponentInstallerTraits::GetAp() const { |
- return std::string(); |
+update_client::InstallerAttributes |
+EVWhitelistComponentInstallerTraits::GetInstallerAttributes() const { |
+ return update_client::InstallerAttributes(); |
} |
void RegisterEVWhitelistComponent(ComponentUpdateService* cus, |