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

Unified Diff: ash/wm/overview/window_selector_unittest.cc

Issue 2750483005: Moves app_list() and related functions from Shell to WmShell (Closed)
Patch Set: dont explicitly delete Created 3 years, 9 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/overview/window_selector_unittest.cc
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index ed7528c40d0f92916e38664292e0150d073ceb2c..490b5b81be2265f14f252ea7daf2e1bdb2f9175f 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -520,7 +520,7 @@ TEST_F(WindowSelectorTest, TextFilterActive) {
EXPECT_TRUE(wm::IsActiveWindow(window1.get()));
EXPECT_EQ(window1.get(), GetFocusedWindow());
- WmShell::Get()->ToggleAppList();
+ Shell::Get()->ToggleAppList();
// Activating overview cancels the App-list which normally would activate the
// previously active |window1|. Overview mode should properly transfer focus
« no previous file with comments | « ash/shell/content/client/shell_browser_main_parts.cc ('k') | chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698