| Index: components/web_restrictions/browser/web_restrictions_mojo_implementation.cc
|
| diff --git a/components/web_restrictions/browser/web_restrictions_mojo_implementation.cc b/components/web_restrictions/browser/web_restrictions_mojo_implementation.cc
|
| index 5a0af86ea614c6905ee47b289b794a5c09ae9368..c7046c651a6a9cc120b96b673f5e226f7be508de 100644
|
| --- a/components/web_restrictions/browser/web_restrictions_mojo_implementation.cc
|
| +++ b/components/web_restrictions/browser/web_restrictions_mojo_implementation.cc
|
| @@ -31,7 +31,8 @@ WebRestrictionsMojoImplementation::~WebRestrictionsMojoImplementation() {}
|
|
|
| void WebRestrictionsMojoImplementation::Create(
|
| WebRestrictionsClient* client,
|
| - mojo::InterfaceRequest<mojom::WebRestrictions> request) {
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::WebRestrictionsRequest request) {
|
| mojo::MakeStrongBinding(
|
| base::MakeUnique<WebRestrictionsMojoImplementation>(client),
|
| std::move(request));
|
|
|