summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index 236a1ec..db3fe04 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());