summaryrefslogtreecommitdiffstats
path: root/ash/launcher/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/launcher/launcher.h')
-rw-r--r--ash/launcher/launcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 890ea36..af1ef1d 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -32,6 +32,7 @@ namespace ash {
namespace internal {
class FocusCycler;
class LauncherView;
+class ShelfLayoutManager;
}
class LauncherIconObserver;
@@ -40,7 +41,8 @@ class LauncherModel;
class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
public:
- explicit Launcher(aura::Window* window_container);
+ explicit Launcher(aura::Window* window_container,
+ internal::ShelfLayoutManager* shelf_layout_manager);
virtual ~Launcher();
// Sets the focus cycler. Also adds the launcher to the cycle.