Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1599)

Unified Diff: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ash/system/chromeos/tray_display.cc ('k') | ash/test/ash_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698