| Index: ash/wm/maximize_mode/maximize_mode_controller.cc
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_controller.cc b/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| index 4119bb62cd0435f9b7669384fab9017dcc663167..39b21cd26d09a52c5d54fffbf0a9fdb7ab4c83c0 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| +++ b/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| @@ -185,7 +185,7 @@ bool MaximizeModeController::IsMaximizeModeWindowManagerEnabled() const {
|
| return maximize_mode_window_manager_.get() != NULL;
|
| }
|
|
|
| -void MaximizeModeController::AddWindow(WmWindow* window) {
|
| +void MaximizeModeController::AddWindow(aura::Window* window) {
|
| if (IsMaximizeModeWindowManagerEnabled())
|
| maximize_mode_window_manager_->AddWindow(window);
|
| }
|
|
|