| 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 0cf9a498dfecdcfe4d83e0deb6ded5c575c8c59d..b312f27dbd433614733223851928639180008d4c 100644
 | 
| --- a/chrome/browser/component_updater/file_type_policies_component_installer.h
 | 
| +++ b/chrome/browser/component_updater/file_type_policies_component_installer.h
 | 
| @@ -34,9 +34,8 @@
 | 
|    // The following methods override ComponentInstallerTraits.
 | 
|    bool SupportsGroupPolicyEnabledComponentUpdates() const override;
 | 
|    bool RequiresNetworkEncryption() const override;
 | 
| -  update_client::CrxInstaller::Result OnCustomInstall(
 | 
| -      const base::DictionaryValue& manifest,
 | 
| -      const base::FilePath& install_dir) override;
 | 
| +  bool 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,
 | 
| 
 |