| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index fc7270b09a2d4795e6b1fa9833449e13378ae6b4..453554a415cc7d6c307a557352c45ccbafe86ed4 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -640,6 +640,7 @@ Shell::Shell(ShellDelegate* delegate, base::SequencedWorkerPool* blocking_pool)
|
| scoped_target_root_window_(nullptr),
|
| delegate_(delegate),
|
| shelf_model_(new ShelfModel),
|
| + link_handler_model_factory_(nullptr),
|
| activation_client_(nullptr),
|
| #if defined(OS_CHROMEOS)
|
| display_configurator_(new ui::DisplayConfigurator()),
|
|
|