Index: ash/system/tray/tray_event_filter.cc |
diff --git a/ash/system/tray/tray_event_filter.cc b/ash/system/tray/tray_event_filter.cc |
index a5ea3a24d37ca78473d754ff043963cbcfc37f98..676c8b6346c0395b2ca06fc21c50d9e93066569e 100644 |
--- a/ash/system/tray/tray_event_filter.cc |
+++ b/ash/system/tray/tray_event_filter.cc |
@@ -75,7 +75,7 @@ bool TrayEventFilter::ProcessLocatedEvent(ui::LocatedEvent* event) { |
gfx::Rect bounds = bubble_widget->GetWindowBoundsInScreen(); |
bounds.Inset(wrapper->bubble_view()->GetBorderInsets()); |
- aura::RootWindow* root = bubble_widget->GetNativeView()->GetRootWindow(); |
+ aura::Window* root = bubble_widget->GetNativeView()->GetRootWindow(); |
aura::client::ScreenPositionClient* screen_position_client = |
aura::client::GetScreenPositionClient(root); |
gfx::Point screen_point(event->root_location()); |