| Index: services/ui/public/cpp/window_tree_host_factory.cc
|
| diff --git a/services/ui/public/cpp/window_tree_host_factory.cc b/services/ui/public/cpp/window_tree_host_factory.cc
|
| index 458f88a832bca7f5cf439c74e3c6577c9e8feb9c..e69e2060ca6e24bdc9808de7115258200b0ccb5b 100644
|
| --- a/services/ui/public/cpp/window_tree_host_factory.cc
|
| +++ b/services/ui/public/cpp/window_tree_host_factory.cc
|
| @@ -30,7 +30,7 @@ std::unique_ptr<WindowTreeClient> CreateWindowTreeHost(
|
| mojom::WindowTreeHostPtr* host,
|
| WindowManagerDelegate* window_manager_delegate) {
|
| mojom::WindowTreeHostFactoryPtr factory;
|
| - connector->ConnectToInterface("mojo:ui", &factory);
|
| + connector->ConnectToInterface("service:ui", &factory);
|
| return CreateWindowTreeHost(factory.get(), delegate, host,
|
| window_manager_delegate);
|
| }
|
|
|