| Index: ash/wm/maximize_mode/maximize_mode_window_state.h
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_window_state.h b/ash/wm/maximize_mode/maximize_mode_window_state.h
|
| index 4dc9386009c8d832960c787af701dd091e76f918..9ce9e0dac3cc14313a22b8101ab05333f66a6076 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_window_state.h
|
| +++ b/ash/wm/maximize_mode/maximize_mode_window_state.h
|
| @@ -63,7 +63,7 @@ class MaximizeModeWindowState : public wm::WindowState::State {
|
| void UpdateBounds(wm::WindowState* window_state, bool animated);
|
|
|
| // The original state object of the window.
|
| - scoped_ptr<wm::WindowState::State> old_state_;
|
| + std::unique_ptr<wm::WindowState::State> old_state_;
|
|
|
| // The state object for this object which owns this instance.
|
| aura::Window* window_;
|
|
|