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

Unified Diff: ash/system/toast/toast_manager_unittest.cc

Issue 2738133003: Promotes a handful of members from WmShell to Shell (Closed)
Patch Set: forward declare 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/system/toast/toast_manager_unittest.cc
diff --git a/ash/system/toast/toast_manager_unittest.cc b/ash/system/toast/toast_manager_unittest.cc
index 5fef6c28b4687f91e6a1b0a5daba3acfe7493379..4ae8eeac27ab8f164ed3ce8fa1cdb31b9f11e214 100644
--- a/ash/system/toast/toast_manager_unittest.cc
+++ b/ash/system/toast/toast_manager_unittest.cc
@@ -34,7 +34,7 @@ class ToastManagerTest : public test::AshTestBase {
void SetUp() override {
test::AshTestBase::SetUp();
- manager_ = WmShell::Get()->toast_manager();
+ manager_ = Shell::GetInstance()->toast_manager();
manager_->ResetSerialForTesting();
EXPECT_EQ(0, GetToastSerial());

Powered by Google App Engine
This is Rietveld 408576698