| Index: chrome/browser/component_updater/origin_trials_component_installer.cc
 | 
| diff --git a/chrome/browser/component_updater/origin_trials_component_installer.cc b/chrome/browser/component_updater/origin_trials_component_installer.cc
 | 
| index 08712ea056ae433565bba6733c19a4b5650bdd84..e1dfaeb5495131b7ca0cfc766c98c24c5061c5d1 100644
 | 
| --- a/chrome/browser/component_updater/origin_trials_component_installer.cc
 | 
| +++ b/chrome/browser/component_updater/origin_trials_component_installer.cc
 | 
| @@ -68,11 +68,10 @@
 | 
|    return false;
 | 
|  }
 | 
|  
 | 
| -update_client::CrxInstaller::Result
 | 
| -OriginTrialsComponentInstallerTraits::OnCustomInstall(
 | 
| +bool OriginTrialsComponentInstallerTraits::OnCustomInstall(
 | 
|      const base::DictionaryValue& manifest,
 | 
|      const base::FilePath& install_dir) {
 | 
| -  return update_client::CrxInstaller::Result(0);
 | 
| +  return true;
 | 
|  }
 | 
|  
 | 
|  void OriginTrialsComponentInstallerTraits::ComponentReady(
 | 
| 
 |