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

Unified Diff: ash/wm/maximize_mode/maximize_mode_controller_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/wm/maximize_mode/maximize_mode_controller_unittest.cc
diff --git a/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc b/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
index 0e8f4c7b5bc8eb027e19243745a1b35ef2a5b016..95e1615fffa7c4027cb839dbd9154ee9dcab9bd0 100644
--- a/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
+++ b/ash/wm/maximize_mode/maximize_mode_controller_unittest.cc
@@ -497,7 +497,7 @@ TEST_F(MaximizeModeControllerTest, NoMaximizeModeWithDisabledInternalDisplay) {
EXPECT_TRUE(AreEventsBlocked());
// Deactivate internal display to simulate Docked Mode.
- std::vector<DisplayInfo> secondary_only;
+ std::vector<ui::ManagedDisplayInfo> secondary_only;
secondary_only.push_back(
display_manager->GetDisplayInfo(display_manager->GetDisplayAt(1).id()));
display_manager->OnNativeDisplaysChanged(secondary_only);

Powered by Google App Engine
This is Rietveld 408576698