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

Unified Diff: ash/accelerators/accelerator_interactive_uitest_chromeos.cc

Issue 2750483005: Moves app_list() and related functions from Shell to WmShell (Closed)
Patch Set: 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/accelerators/accelerator_interactive_uitest_chromeos.cc
diff --git a/ash/accelerators/accelerator_interactive_uitest_chromeos.cc b/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
index 274ca6efb3c01fb2efc29dd7769afe0f503eeea5..44693ce92d13b5efc4b6d673bfda75c7a9a29897 100644
--- a/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
+++ b/ash/accelerators/accelerator_interactive_uitest_chromeos.cc
@@ -200,7 +200,7 @@ TEST_F(AcceleratorInteractiveUITest, MAYBE_ChromeOsAccelerators) {
TEST_F(AcceleratorInteractiveUITest, MAYBE_ToggleAppList) {
mojo::edk::Init();
app_list::test::TestAppListPresenter test_app_list_presenter;
- WmShell::Get()->app_list()->SetAppListPresenter(
+ Shell::Get()->app_list()->SetAppListPresenter(
test_app_list_presenter.CreateInterfacePtrAndBind());
EXPECT_EQ(0u, test_app_list_presenter.toggle_count());

Powered by Google App Engine
This is Rietveld 408576698