| Index: chrome/gpu/chrome_content_gpu_client.h
|
| diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
|
| index f53b0b0354f60766bd5b25ea0a04867701d371fa..5e289c2ab40ef5c8d9eb60fcbaf1b922bade9e60 100644
|
| --- a/chrome/gpu/chrome_content_gpu_client.h
|
| +++ b/chrome/gpu/chrome_content_gpu_client.h
|
| @@ -18,7 +18,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
|
|
|
| // content::ContentGpuClient:
|
| void Initialize(base::FieldTrialList::Observer* observer) override;
|
| - void RegisterMojoServices(content::ServiceRegistry* registry) override;
|
| + void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override;
|
|
|
| private:
|
| std::unique_ptr<chrome_variations::ChildProcessFieldTrialSyncer>
|
|
|