| Index: chrome/utility/shell_handler_impl_win.cc
|
| diff --git a/chrome/utility/shell_handler_impl_win.cc b/chrome/utility/shell_handler_impl_win.cc
|
| index 12c71b22fe59294ea6b1e37f787a1c1d1a145f6e..bd88cb89a99a414114f9893281e9ec205e03f388 100644
|
| --- a/chrome/utility/shell_handler_impl_win.cc
|
| +++ b/chrome/utility/shell_handler_impl_win.cc
|
| @@ -214,7 +214,9 @@ ShellHandlerImpl::ShellHandlerImpl() = default;
|
| ShellHandlerImpl::~ShellHandlerImpl() = default;
|
|
|
| // static
|
| -void ShellHandlerImpl::Create(chrome::mojom::ShellHandlerRequest request) {
|
| +void ShellHandlerImpl::Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + chrome::mojom::ShellHandlerRequest request) {
|
| mojo::MakeStrongBinding(base::MakeUnique<ShellHandlerImpl>(),
|
| std::move(request));
|
| }
|
|
|