| 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 ddfc913a371a5b4cb968193988f40b45adb8d6a7..b08f398c7a855417103570b2317374c6eced4748 100644
|
| --- a/chrome/gpu/chrome_content_gpu_client.h
|
| +++ b/chrome/gpu/chrome_content_gpu_client.h
|
| @@ -23,7 +23,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
|
| service_manager::InterfaceRegistry* registry,
|
| const gpu::GpuPreferences& gpu_preferences) override;
|
| void ConsumeInterfacesFromBrowser(
|
| - service_manager::InterfaceProvider* provider) override;
|
| + service_manager::Connector* connector) override;
|
|
|
| private:
|
| std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
|
|
|