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

Unified Diff: ash/dip_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
Index: ash/dip_unittest.cc
diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
index 5d631386c090ffce61561f45d5c8fef00c002434..ac79d537b08bca402c479a6d468ef67364d73c88 100644
--- a/ash/dip_unittest.cc
+++ b/ash/dip_unittest.cc
@@ -60,7 +60,7 @@ TEST_P(DIPTest, WorkArea) {
display::Screen* screen = display::Screen::GetScreen();
const display::Display display_2x = screen->GetDisplayNearestWindow(root);
- const DisplayInfo display_info_2x =
+ const display::ManagedDisplayInfo display_info_2x =
Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
// The |bounds_in_pixel()| should report bounds in pixel coordinate.
« no previous file with comments | « ash/content/display/screen_orientation_controller_chromeos_unittest.cc ('k') | ash/display/display_change_observer_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698