| Index: chrome/browser/component_updater/subresource_filter_component_installer.h
|
| diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.h b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| index dcc8e6daf9f77b595b508c4860f04471eff9691f..e9d5ade7ccfa6a5a0c0145cdbb25043b9d909956 100644
|
| --- a/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| +++ b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| @@ -34,8 +34,9 @@ class SubresourceFilterComponentInstallerTraits
|
| // ComponentInstallerTraits implementation.
|
| bool SupportsGroupPolicyEnabledComponentUpdates() const override;
|
| bool RequiresNetworkEncryption() const override;
|
| - bool OnCustomInstall(const base::DictionaryValue& manifest,
|
| - const base::FilePath& install_dir) override;
|
| + update_client::CrxInstaller::Result OnCustomInstall(
|
| + const base::DictionaryValue& manifest,
|
| + const base::FilePath& install_dir) override;
|
| bool VerifyInstallation(const base::DictionaryValue& manifest,
|
| const base::FilePath& install_dir) const override;
|
| void ComponentReady(const base::Version& version,
|
|
|