| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index b6a269c8ff7ad15bec13b0a7f39dd634d0d2abca..6d629cb9fdf30883d2eb9d38b48f61a8cef6079c 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -12,6 +12,7 @@
|
| #include "ash/common/focus_cycler.h"
|
| #include "ash/common/keyboard/keyboard_ui.h"
|
| #include "ash/common/new_window_delegate.h"
|
| +#include "ash/common/palette_delegate.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/app_list_shelf_item_delegate.h"
|
| #include "ash/common/shelf/shelf_delegate.h"
|
| @@ -61,6 +62,7 @@ void WmShell::Initialize() {
|
| // instead of the WmShell constructor.
|
| accessibility_delegate_.reset(delegate_->CreateAccessibilityDelegate());
|
| media_delegate_.reset(delegate_->CreateMediaDelegate());
|
| + palette_delegate_ = delegate_->CreatePaletteDelegate();
|
| toast_manager_.reset(new ToastManager);
|
|
|
| // Create the app list item in the shelf data model.
|
|
|