Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index de233c65269e88881e9f7e79bb8fa87211e11867..389a01b63be753b3e38e5b64ef55a0b367c39202 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -360,7 +360,7 @@ class GpuProcessHost::ConnectionFilterImpl : public ConnectionFilter { |
private: |
// ConnectionFilter: |
- void OnBindInterface(const service_manager::ServiceInfo& source_info, |
+ void OnBindInterface(const service_manager::BindSourceInfo& source_info, |
const std::string& interface_name, |
mojo::ScopedMessagePipeHandle* interface_pipe, |
service_manager::Connector* connector) override { |