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

Unified Diff: ash/wm/panels/panel_layout_manager_unittest.cc

Issue 2895713002: [mus+ash] Removes WmWindow from ash/wm/mru_window_tracker and overview mode (Closed)
Patch Set: Ash unittests compile (cleanup #include wm_window.h) Created 3 years, 7 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/panels/panel_layout_manager_unittest.cc
diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
index d9f402196e843c4976cb67c58ec7d878e9ea1d72..0ea8f0281109a079ca66cf2355f62f0291568355 100644
--- a/ash/wm/panels/panel_layout_manager_unittest.cc
+++ b/ash/wm/panels/panel_layout_manager_unittest.cc
@@ -852,8 +852,8 @@ TEST_F(PanelLayoutManagerTest, PanelsHideAndRestoreWithShelf) {
// While in full-screen mode, the panel windows should still be in the
// switchable window list - http://crbug.com/313919.
- aura::Window::Windows switchable_window_list = WmWindow::ToAuraWindows(
- Shell::Get()->mru_window_tracker()->BuildMruWindowList());
+ aura::Window::Windows switchable_window_list =
+ Shell::Get()->mru_window_tracker()->BuildMruWindowList();
EXPECT_EQ(3u, switchable_window_list.size());
EXPECT_NE(switchable_window_list.end(),
std::find(switchable_window_list.begin(),

Powered by Google App Engine
This is Rietveld 408576698