| Index: ash/sysui/shelf_delegate_mus.cc
|
| diff --git a/ash/sysui/shelf_delegate_mus.cc b/ash/sysui/shelf_delegate_mus.cc
|
| index 40a69115b145e4fb9a00de49f3b7a1b32cecb7b2..ede5519858d18c43664e7ab56b509b339381b938 100644
|
| --- a/ash/sysui/shelf_delegate_mus.cc
|
| +++ b/ash/sysui/shelf_delegate_mus.cc
|
| @@ -184,8 +184,8 @@ ShelfDelegateMus::ShelfDelegateMus(ShelfModel* model)
|
| : model_(model), binding_(this) {
|
| ::shell::Connector* connector =
|
| views::WindowManagerConnection::Get()->connector();
|
| - connector->ConnectToInterface("mojo:desktop_wm", &shelf_layout_);
|
| - connector->ConnectToInterface("mojo:desktop_wm", &user_window_controller_);
|
| + connector->ConnectToInterface("mojo:ash", &shelf_layout_);
|
| + connector->ConnectToInterface("mojo:ash", &user_window_controller_);
|
| user_window_controller_->AddUserWindowObserver(
|
| binding_.CreateInterfacePtrAndBind());
|
| }
|
|
|