| Index: ash/frame/caption_buttons/frame_size_button.h
|
| diff --git a/ash/frame/caption_buttons/frame_size_button.h b/ash/frame/caption_buttons/frame_size_button.h
|
| index 949a94cc07ac796822d0705f37bb50ceb0dfbbe0..633ac49b131751b7f92a78efc31ba5194a480fb8 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button.h
|
| +++ b/ash/frame/caption_buttons/frame_size_button.h
|
| @@ -97,7 +97,7 @@ class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
|
| // right.
|
| int set_buttons_to_snap_mode_delay_ms_;
|
|
|
| - base::OneShotTimer<FrameSizeButton> set_buttons_to_snap_mode_timer_;
|
| + base::OneShotTimer set_buttons_to_snap_mode_timer_;
|
|
|
| // Whether the buttons adjacent to the size button snap the window left and
|
| // right.
|
|
|