| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index d527e5f841dbb38a43233719a6ce3d5406dd8910..919d9537d45f65d65cf84d8e9998381dcd360ccb 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -338,9 +338,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();
|
|
|