| Index: chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc
|
| index b75862a01a853ea562ec093531e71642877400e3..5396b3ab62a65e16f5a29408851fed44f1daaaaf 100644
|
| --- a/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc
|
| +++ b/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.h"
|
|
|
| -#include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/shelf/shelf_item_types.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/common/wm_window_observer.h"
|
| #include "ash/common/wm_window_property.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -78,7 +78,7 @@ void MultiProfileBrowserStatusMonitor::ActiveUserChanged(
|
| if (chrome::SettingsWindowManager::GetInstance()->IsSettingsBrowser(
|
| browser)) {
|
| aura::Window* aura_window = browser->window()->GetNativeWindow();
|
| - ash::WmWindowAura::Get(aura_window)
|
| + ash::WmWindow::Get(aura_window)
|
| ->SetIntProperty(
|
| ash::WmWindowProperty::SHELF_ITEM_TYPE,
|
| multi_user_util::IsProfileFromActiveUser(browser->profile())
|
|
|