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 b312f27dbd433614733223851928639180008d4c..0cf9a498dfecdcfe4d83e0deb6ded5c575c8c59d 100644 |
--- a/chrome/browser/component_updater/file_type_policies_component_installer.h |
+++ b/chrome/browser/component_updater/file_type_policies_component_installer.h |
@@ -34,8 +34,9 @@ class FileTypePoliciesComponentInstallerTraits |
// The following methods override ComponentInstallerTraits. |
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, |