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 d3268de1b51fcdbc5d2f7ce0c0ebfde37adf9592..2c3fca61e7dd28cc38a0cf5ce93487deedf79c00 100644 |
--- a/chrome/browser/ui/ash/launcher/browser_status_monitor.cc |
+++ b/chrome/browser/ui/ash/launcher/browser_status_monitor.cc |
@@ -181,7 +181,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. |