| 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 ffd8f420e8ccc445c19f10231fd14abd1d067cd9..e810d5b32f4de0b9e40ad2a73a99b68103f4560b 100644
|
| --- a/chrome/utility/shell_handler_impl_win.cc
|
| +++ b/chrome/utility/shell_handler_impl_win.cc
|
| @@ -212,7 +212,7 @@ ShellHandlerImpl::ShellHandlerImpl() = default;
|
| ShellHandlerImpl::~ShellHandlerImpl() = default;
|
|
|
| // static
|
| -void ShellHandlerImpl::Create(mojom::ShellHandlerRequest request) {
|
| +void ShellHandlerImpl::Create(chrome::mojom::ShellHandlerRequest request) {
|
| mojo::MakeStrongBinding(base::MakeUnique<ShellHandlerImpl>(),
|
| std::move(request));
|
| }
|
|
|