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

Unified Diff: ash/sticky_keys/sticky_keys_overlay_unittest.cc

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: review comment Created 4 years, 2 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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/system/chromeos/screen_layout_observer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sticky_keys/sticky_keys_overlay_unittest.cc
diff --git a/ash/sticky_keys/sticky_keys_overlay_unittest.cc b/ash/sticky_keys/sticky_keys_overlay_unittest.cc
index ac67d4fca62c98ed2c9bdf24e277ec4d90a43f06..b2c76de5211a32c4a42190dc1bb49b55642a91f1 100644
--- a/ash/sticky_keys/sticky_keys_overlay_unittest.cc
+++ b/ash/sticky_keys/sticky_keys_overlay_unittest.cc
@@ -52,8 +52,8 @@ TEST_F(StickyKeysOverlayTest, OverlayNotDestroyedAfterDisplayRemoved) {
display_manager->GetCurrentDisplayIdList();
int64_t primary_display_id = display_ids[0];
int64_t secondary_display_id = display_ids[1];
- display_manager->SetLayoutForCurrentDisplays(
- test::CreateDisplayLayout(display::DisplayPlacement::LEFT, 0));
+ display_manager->SetLayoutForCurrentDisplays(test::CreateDisplayLayout(
+ display_manager, display::DisplayPlacement::LEFT, 0));
// The overlay should belong to the secondary root window.
StickyKeysOverlay overlay;
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/system/chromeos/screen_layout_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698