Index: ash/shelf/shelf_view.cc |
diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc |
index aece79f73275a25862db6034d9f1f6795dda727f..aebe0b184e327da27b2b98ecd7fbce37bbee5160 100644 |
--- a/ash/shelf/shelf_view.cc |
+++ b/ash/shelf/shelf_view.cc |
@@ -327,7 +327,7 @@ void ReflectItemStatus(const ash::LauncherItem& item, |
gfx::Point GetPositionInScreen(const gfx::Point& root_location, |
views::View* view) { |
gfx::Point root_location_in_screen = root_location; |
- aura::RootWindow* root_window = |
+ aura::Window* root_window = |
view->GetWidget()->GetNativeWindow()->GetRootWindow(); |
aura::client::GetScreenPositionClient(root_window->GetRootWindow())-> |
ConvertPointToScreen(root_window, &root_location_in_screen); |