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

Unified Diff: ash/accelerators/accelerator_filter_unittest.cc

Issue 2761373002: Move yet more from WmShell to Shell (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_filter_unittest.cc
diff --git a/ash/accelerators/accelerator_filter_unittest.cc b/ash/accelerators/accelerator_filter_unittest.cc
index d53f393bc204644fda8853ee62d776e0399668d7..ef17f1978d69824c5df316294f300ca64ac2bb6b 100644
--- a/ash/accelerators/accelerator_filter_unittest.cc
+++ b/ash/accelerators/accelerator_filter_unittest.cc
@@ -150,7 +150,7 @@ TEST_F(AcceleratorFilterTest, CanConsumeSystemKeys) {
TEST_F(AcceleratorFilterTest, SearchKeyShortcutsAreAlwaysHandled) {
SessionController* const session_controller =
- WmShell::Get()->session_controller();
+ Shell::Get()->session_controller();
EXPECT_FALSE(session_controller->IsScreenLocked());
ui::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698