Index: ash/frame/default_header_painter_unittest.cc |
diff --git a/ash/frame/default_header_painter_unittest.cc b/ash/frame/default_header_painter_unittest.cc |
index 41ec4ff2c33f08e203a5bb55ac920504ce9f218d..c4e2106980998215952392b0c7a94e562ec37c4a 100644 |
--- a/ash/frame/default_header_painter_unittest.cc |
+++ b/ash/frame/default_header_painter_unittest.cc |
@@ -36,8 +36,7 @@ class DefaultHeaderPainterTest : public ash::test::AshTestBase { |
// Ensure the title text is vertically aligned with the window icon. |
TEST_F(DefaultHeaderPainterTest, TitleIconAlignment) { |
scoped_ptr<Widget> w(CreateTestWidget()); |
- ash::FrameCaptionButtonContainerView container(w.get(), |
- ash::FrameCaptionButtonContainerView::MINIMIZE_ALLOWED); |
+ ash::FrameCaptionButtonContainerView container(w.get()); |
views::StaticSizedView window_icon(gfx::Size(16, 16)); |
window_icon.SetBounds(0, 0, 16, 16); |
w->SetBounds(gfx::Rect(0, 0, 500, 500)); |