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