| Index: ash/wm/default_state.cc
 | 
| diff --git a/ash/wm/default_state.cc b/ash/wm/default_state.cc
 | 
| index f35de1fd53e90a5b7713c6a1ce83ebfcf4bcb108..7276f2c003ad302db81273cd92b036b89244fec4 100644
 | 
| --- a/ash/wm/default_state.cc
 | 
| +++ b/ash/wm/default_state.cc
 | 
| @@ -442,7 +442,7 @@ void DefaultState::UpdateBounds(WindowState* window_state,
 | 
|      // Save the previous show state so that we can correctly restore it.
 | 
|      window_state->window()->SetProperty(aura::client::kRestoreShowStateKey,
 | 
|                                          ToWindowShowState(old_state_type));
 | 
| -    views::corewm::SetWindowVisibilityAnimationType(
 | 
| +    ::wm::SetWindowVisibilityAnimationType(
 | 
|          window_state->window(), WINDOW_VISIBILITY_ANIMATION_TYPE_MINIMIZE);
 | 
|  
 | 
|      // Hide the window.
 | 
| 
 |