Index: ash/wm/caption_buttons/frame_caption_button_container_view_unittest.cc |
diff --git a/ash/wm/caption_buttons/frame_caption_button_container_view_unittest.cc b/ash/wm/caption_buttons/frame_caption_button_container_view_unittest.cc |
index 927f556462ef7de194f028f06b7ae5d5a184b4b4..aa3f4c8f39347e4e5b0cf9f9780ae22fafae789a 100644 |
--- a/ash/wm/caption_buttons/frame_caption_button_container_view_unittest.cc |
+++ b/ash/wm/caption_buttons/frame_caption_button_container_view_unittest.cc |
@@ -69,9 +69,10 @@ class FrameCaptionButtonContainerViewTest : public ash::test::AshTestBase { |
for (int icon = 0; icon < CAPTION_BUTTON_ICON_COUNT; ++icon) { |
container->SetButtonImages( |
static_cast<CaptionButtonIcon>(icon), |
- IDR_AURA_WINDOW_CLOSE, |
- IDR_AURA_WINDOW_CLOSE_H, |
- IDR_AURA_WINDOW_CLOSE_P); |
+ IDR_AURA_WINDOW_CONTROL_ICON_CLOSE, |
+ IDR_AURA_WINDOW_CONTROL_ICON_CLOSE_I, |
+ IDR_AURA_WINDOW_CONTROL_BACKGROUND_H, |
+ IDR_AURA_WINDOW_CONTROL_BACKGROUND_P); |
} |
} |