Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
index 9e7a741429cf71fdf4469365341b8c282919077b..6f63eb062478b7109628bae4edd729c8e133b31d 100644 |
--- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
+++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc |
@@ -224,7 +224,7 @@ TEST_F(AshPopupAlignmentDelegateTest, DockedMode) { |
UpdateDisplay("600x600,800x800"); |
DisplayManager* display_manager = Shell::GetInstance()->display_manager(); |
- std::vector<DisplayInfo> new_info; |
+ std::vector<display::ManagedDisplayInfo> new_info; |
new_info.push_back( |
display_manager->GetDisplayInfo(display_manager->GetDisplayAt(1u).id())); |
display_manager->OnNativeDisplaysChanged(new_info); |