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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc

Issue 2766543002: Move even more from WmShell to Shell (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: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
index 6d485f5d00597645f0d8d7b0f0ac2e5eb21bd1d7..912fac83de7f52f70227fb34c3392fd33747f4f3 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
@@ -880,7 +880,7 @@ class ChromeLauncherControllerImplTest : public BrowserWithTestWindowTest {
void EnableTabletMode(bool enable) {
ash::MaximizeModeController* controller =
- ash::WmShell::Get()->maximize_mode_controller();
+ ash::Shell::Get()->maximize_mode_controller();
controller->EnableMaximizeModeWindowManager(enable);
}

Powered by Google App Engine
This is Rietveld 408576698