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

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: build 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
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);

Powered by Google App Engine
This is Rietveld 408576698