| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 236a1ec91d3f0fb6dbbbb4883d21877c0f7f2b52..db3fe0448e2912f5c1c1522413f3e4b075c3d72d 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -621,7 +621,7 @@ void Shell::CreateLauncher() {
|
| aura::Window* default_container =
|
| GetPrimaryRootWindowController()->
|
| GetContainer(internal::kShellWindowId_DefaultContainer);
|
| - launcher_.reset(new Launcher(default_container));
|
| + launcher_.reset(new Launcher(default_container, shelf_));
|
|
|
| launcher_->SetFocusCycler(focus_cycler_.get());
|
| shelf_->SetLauncher(launcher_.get());
|
|
|