| Index: ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| diff --git a/ash/frame/caption_buttons/frame_caption_button_container_view.h b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| index 3718852b4a2633b3db5002dcece469e66d0775e0..f099cf876c7bcb3a2e0f5bbe09508f57550e5020 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| +++ b/ash/frame/caption_buttons/frame_caption_button_container_view.h
|
| @@ -43,8 +43,7 @@ class ASH_EXPORT FrameCaptionButtonContainerView
|
| class ASH_EXPORT TestApi {
|
| public:
|
| explicit TestApi(FrameCaptionButtonContainerView* container_view)
|
| - : container_view_(container_view) {
|
| - }
|
| + : container_view_(container_view) {}
|
|
|
| void EndAnimations();
|
|
|
|
|