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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback 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/multi_user/multi_user_window_manager.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
index 7f5b97b1927926082dba21480a3810ab06f4ee80..642389bd6236edf0b35d30225dc0677f80ac37eb 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
@@ -6,7 +6,7 @@
#include "ash/common/multi_profile_uma.h"
#include "ash/common/shell_delegate.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "base/logging.h"
#include "build/build_config.h"
#include "chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h"
@@ -37,7 +37,7 @@ MultiUserWindowManager* MultiUserWindowManager::CreateInstance() {
multi_user_mode_ = MULTI_PROFILE_MODE_OFF;
ash::MultiProfileUMA::SessionMode mode =
ash::MultiProfileUMA::SESSION_SINGLE_USER_MODE;
- if (ash::WmShell::Get()->delegate()->IsMultiProfilesEnabled()) {
+ if (ash::Shell::Get()->shell_delegate()->IsMultiProfilesEnabled()) {
if (!g_instance) {
MultiUserWindowManagerChromeOS* manager =
new MultiUserWindowManagerChromeOS(user_manager::UserManager::Get()

Powered by Google App Engine
This is Rietveld 408576698