| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index ecd47cd8c15a0b1b50237b48d12916b79248d3b7..c17692920afd1f9d18c9a16922a406beeec845ad 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -339,9 +339,7 @@ void RootWindowController::Shutdown() {
|
| WmShell::Get()->RemoveShellObserver(this);
|
|
|
| #if defined(OS_CHROMEOS)
|
| - if (touch_exploration_manager_) {
|
| - touch_exploration_manager_.reset();
|
| - }
|
| + touch_exploration_manager_.reset();
|
| #endif
|
|
|
| aura::Window* root_window = GetRootWindow();
|
|
|