| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index b8a69de6cc396d169978dac6e2a6a0f79cb2fb62..00be1cfab62960c3b629a7f6cc7f1534d8497ea3 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -691,8 +691,8 @@ Shell::~Shell() {
|
|
|
| // Destroy maximize window manager early on since it has some observers which
|
| // need to be removed.
|
| - maximize_mode_controller_.reset();
|
| maximize_mode_window_manager_.reset();
|
| + maximize_mode_controller_.reset();
|
|
|
| // AppList needs to be released before shelf layout manager, which is
|
| // destroyed with shelf container in the loop below. However, app list
|
|
|