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..e362003039e6142d44428328c70f58a9c616e9f5 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<ui::ManagedDisplayInfo> new_info; |
new_info.push_back( |
display_manager->GetDisplayInfo(display_manager->GetDisplayAt(1u).id())); |
display_manager->OnNativeDisplaysChanged(new_info); |