| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 6949d6c049454479fdf10c2f4a173303eecaf4dc..cd3cae9c6008e21b92b4854767037619a83e7b3f 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -37,6 +37,7 @@
|
| #include "ash/magnifier/partial_magnification_controller.h"
|
| #include "ash/media_delegate.h"
|
| #include "ash/new_window_delegate.h"
|
| +#include "ash/renderer_context_menu/open_with_menu_controller.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/app_list_shelf_item_delegate.h"
|
| @@ -640,6 +641,7 @@ Shell::Shell(ShellDelegate* delegate, base::SequencedWorkerPool* blocking_pool)
|
| scoped_target_root_window_(nullptr),
|
| delegate_(delegate),
|
| window_positioner_(new WindowPositioner),
|
| + open_with_menu_controller_(new OpenWithMenuController),
|
| activation_client_(nullptr),
|
| #if defined(OS_CHROMEOS)
|
| display_configurator_(new ui::DisplayConfigurator()),
|
|
|