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

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

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 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/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())

Powered by Google App Engine
This is Rietveld 408576698