Index: ash/frame/caption_buttons/frame_size_button_unittest.cc |
diff --git a/ash/frame/caption_buttons/frame_size_button_unittest.cc b/ash/frame/caption_buttons/frame_size_button_unittest.cc |
index 02c6023396d5bc4a3c92f0096c2a1fe6916f0ca2..50748c3d26386dc0a262a00edb274b9c2ca4c3cf 100644 |
--- a/ash/frame/caption_buttons/frame_size_button_unittest.cc |
+++ b/ash/frame/caption_buttons/frame_size_button_unittest.cc |
@@ -60,7 +60,7 @@ class TestWidgetDelegate : public views::WidgetDelegateView { |
const ViewHierarchyChangedDetails& details) OVERRIDE { |
if (details.is_add && details.child == this) { |
caption_button_container_ = new FrameCaptionButtonContainerView( |
- GetWidget(), FrameCaptionButtonContainerView::MINIMIZE_ALLOWED); |
+ GetWidget()); |
// Set arbitrary images for the container's buttons so that the buttons |
// have non-empty sizes. |