| Index: chrome/browser/ui/ash/launcher/browser_status_monitor.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
|
| index a3a95e8b78b771d08effbbcb38aa8d0a415cad6c..43845faa0baf5d5305ff138c98874eed27d64783 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
|
| +++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc
|
| @@ -183,7 +183,7 @@ void BrowserStatusMonitor::OnDisplayBoundsChanged(
|
|
|
| void BrowserStatusMonitor::OnDisplayAdded(const gfx::Display& new_display) {
|
| // Add a new RootWindow and its ActivationClient to observed list.
|
| - aura::RootWindow* root_window = ash::Shell::GetInstance()->
|
| + aura::Window* root_window = ash::Shell::GetInstance()->
|
| display_controller()->GetRootWindowForDisplayId(new_display.id());
|
| // When the primary root window's display get removed, the existing root
|
| // window is taken over by the new display and the observer is already set.
|
|
|