| 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 529a6683c9e252bf949b52b89456486fdb6d81f5..297e4cad4740aafc8d81e729fcdc35fe48759123 100644
 | 
| --- a/services/ui/public/cpp/window_tree_host_factory.cc
 | 
| +++ b/services/ui/public/cpp/window_tree_host_factory.cc
 | 
| @@ -25,7 +25,7 @@ std::unique_ptr<WindowTreeClient> CreateWindowTreeHost(
 | 
|  }
 | 
|  
 | 
|  std::unique_ptr<WindowTreeClient> CreateWindowTreeHost(
 | 
| -    shell::Connector* connector,
 | 
| +    service_manager::Connector* connector,
 | 
|      WindowTreeClientDelegate* delegate,
 | 
|      mojom::WindowTreeHostPtr* host,
 | 
|      WindowManagerDelegate* window_manager_delegate) {
 | 
| 
 |