| Index: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| index 434a02ecdd845760dc549d5448cf4f96da711eba..8348f9a2d263de18e1809ffe69e53c37b442a762 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
|
| @@ -72,7 +72,7 @@ void ChromeMashShelfController::LaunchItem(const std::string& app_id) {
|
| void ChromeMashShelfController::Init() {
|
| shell::Connector* connector =
|
| content::MojoShellConnection::GetForProcess()->GetConnector();
|
| - connector->ConnectToInterface("mojo:ash_sysui", &shelf_controller_);
|
| + connector->ConnectToInterface("mojo:ash", &shelf_controller_);
|
|
|
| // Set shelf alignment and auto-hide behavior from preferences.
|
| Profile* profile = ProfileManager::GetActiveUserProfile();
|
|
|