Index: mash/simple_wm/move_loop.h |
diff --git a/mash/simple_wm/move_loop.h b/mash/simple_wm/move_loop.h |
index 08ad8e9617dac3c1234ee16da45a3db5c40eca40..333d043f9142d98fcfd3474ca7044f7909215aa1 100644 |
--- a/mash/simple_wm/move_loop.h |
+++ b/mash/simple_wm/move_loop.h |
@@ -108,7 +108,7 @@ class MoveLoop : public aura::WindowObserver { |
const gfx::Point initial_event_screen_location_; |
// Original bounds of the window. |
- const gfx::Rect initial_window_bounds_; |
+ gfx::Rect initial_window_bounds_; |
const gfx::Rect initial_user_set_bounds_; |
// Set to true when MoveLoop changes the bounds of |target_|. The move is |