| Index: chrome/browser/component_updater/file_type_policies_component_installer.h
|
| diff --git a/chrome/browser/component_updater/file_type_policies_component_installer.h b/chrome/browser/component_updater/file_type_policies_component_installer.h
|
| index 3de2b7fdc4479dda646db8415a44ad252d4718bd..be24251983ddf3472f19249c3e09b14351059293 100644
|
| --- a/chrome/browser/component_updater/file_type_policies_component_installer.h
|
| +++ b/chrome/browser/component_updater/file_type_policies_component_installer.h
|
| @@ -42,7 +42,7 @@ class FileTypePoliciesComponentInstallerTraits
|
| base::FilePath GetRelativeInstallDir() const override;
|
| void GetHash(std::vector<uint8_t>* hash) const override;
|
| std::string GetName() const override;
|
| - std::string GetAp() const override;
|
| + update_client::InstallerAttributes GetInstallerAttributes() const override;
|
|
|
| static base::FilePath GetInstalledPath(const base::FilePath& base);
|
|
|
|
|