| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 808771db5f83c614d51e4a0245c3043c2e5009be..bf57f5657fbd8394c4c2fdc0bb472c85c999478b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -62,10 +62,12 @@
|
| #include "ui/aura/monitor.h"
|
| #include "ui/aura/monitor_manager.h"
|
| #include "ui/aura/root_window.h"
|
| +#include "ui/aura/ui_controls_aura.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/gfx/compositor/layer.h"
|
| #include "ui/gfx/compositor/layer_animator.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/ui_controls/ui_controls.h"
|
| #include "ui/views/widget/native_widget_aura.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| @@ -353,6 +355,7 @@ Shell::Shell(ShellDelegate* delegate)
|
| aura::Env::GetInstance()->SetMonitorManager(
|
| aura::CreateSingleMonitorManager(root_window_.get()));
|
| gfx::Screen::SetInstance(screen_);
|
| + ui_controls::InstallUIControlsAura(CreateUIControlsAura(root_window_.get()));
|
| }
|
|
|
| Shell::~Shell() {
|
|
|