| Index: chrome/browser/component_updater/origin_trials_component_installer.h
 | 
| diff --git a/chrome/browser/component_updater/origin_trials_component_installer.h b/chrome/browser/component_updater/origin_trials_component_installer.h
 | 
| index 7bc337b1414e88bfc96c04185296c58c4dff1ceb..aad6cac5a77bf8c1b49b5fdf919d8a278e559651 100644
 | 
| --- a/chrome/browser/component_updater/origin_trials_component_installer.h
 | 
| +++ b/chrome/browser/component_updater/origin_trials_component_installer.h
 | 
| @@ -31,9 +31,8 @@
 | 
|                            const base::FilePath& install_dir) const override;
 | 
|    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;
 | 
|    void ComponentReady(const base::Version& version,
 | 
|                        const base::FilePath& install_dir,
 | 
|                        std::unique_ptr<base::DictionaryValue> manifest) override;
 | 
| 
 |