| Index: ui/views/mus/window_tree_host_mus.h
|
| diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
|
| index 38246687592f1712599791d9164daa81097db041..9afca038db51866c294327d66c404b7d319535a7 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -16,7 +16,7 @@ namespace ui {
|
| class Window;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class Connector;
|
| }
|
|
|
| @@ -32,7 +32,7 @@ class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
| ~WindowTreeHostMus() override;
|
| NativeWidgetMus* native_widget() { return native_widget_; }
|
|
|
| - void InitInputMethod(shell::Connector* connector);
|
| + void InitInputMethod(service_manager::Connector* connector);
|
|
|
| private:
|
| // aura::WindowTreeHostPlatform:
|
|
|