| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index d83db9ca359fdcad11441b2060902793ea6aecbf..a1076a99dcf5aa0ac59768c094f6a3d057d3c841 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -523,8 +523,8 @@ void GpuChildThread::OnLoseAllContexts() {
|
| }
|
|
|
| void GpuChildThread::BindServiceFactoryRequest(
|
| - shell::mojom::ServiceFactoryRequest request) {
|
| - DVLOG(1) << "GPU: Binding shell::mojom::ServiceFactoryRequest";
|
| + service_manager::mojom::ServiceFactoryRequest request) {
|
| + DVLOG(1) << "GPU: Binding service_manager::mojom::ServiceFactoryRequest";
|
| DCHECK(service_factory_);
|
| service_factory_bindings_.AddBinding(service_factory_.get(),
|
| std::move(request));
|
|
|