Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 5313f43b751a40fd1d970ffa54e1fd52d8e5960a..0bb98c3783022082c6c4d2c8966d38065c14feed 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -68,7 +68,7 @@ class CdmFactory; |
namespace service_manager { |
class BinderRegistry; |
class Service; |
-struct ServiceInfo; |
+struct BindSourceInfo; |
} |
namespace net { |
@@ -685,7 +685,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
// received from |source_info.identity|. If the request is bound, |
// |interface_pipe| will become invalid (taken by the client). |
virtual void BindInterfaceRequest( |
- const service_manager::ServiceInfo& source_info, |
+ const service_manager::BindSourceInfo& source_info, |
const std::string& interface_name, |
mojo::ScopedMessagePipeHandle* interface_pipe) {} |