Index: ash/wm/caption_buttons/alternate_frame_size_button_unittest.cc |
diff --git a/ash/wm/caption_buttons/alternate_frame_size_button_unittest.cc b/ash/wm/caption_buttons/alternate_frame_size_button_unittest.cc |
index c0c7898ba4233e1f6b82d21ffe2f646ec21e0280..c888e91e707d820d8029d7f3c4df41890e0a7472 100644 |
--- a/ash/wm/caption_buttons/alternate_frame_size_button_unittest.cc |
+++ b/ash/wm/caption_buttons/alternate_frame_size_button_unittest.cc |
@@ -68,9 +68,10 @@ class TestWidgetDelegate : public views::WidgetDelegateView { |
for (int icon = 0; icon < CAPTION_BUTTON_ICON_COUNT; ++icon) { |
caption_button_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); |
} |
AddChildView(caption_button_container_); |