| Index: ash/mus/root_window_controller.h
|
| diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
|
| index 59f7d963dc24abd5f4c6528ac5fee464505afa5c..325a4adcd99b436f5f900e686f9d99b493c83fe5 100644
|
| --- a/ash/mus/root_window_controller.h
|
| +++ b/ash/mus/root_window_controller.h
|
| @@ -17,7 +17,7 @@ namespace gfx {
|
| class Insets;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class Connector;
|
| }
|
|
|
| @@ -46,7 +46,7 @@ class RootWindowController {
|
|
|
| void Shutdown();
|
|
|
| - shell::Connector* GetConnector();
|
| + service_manager::Connector* GetConnector();
|
|
|
| ui::Window* root() { return root_; }
|
| WmRootWindowControllerMus* wm_root_window_controller() {
|
|
|