Index: ash/shelf/shelf_tooltip_manager.cc |
diff --git a/ash/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc |
index bdf3306b46d941a6862d31c2d0b9059d0aaad4e3..10ea4a685bc74cc807a510c3c9a6f5cad2a81e5c 100644 |
--- a/ash/shelf/shelf_tooltip_manager.cc |
+++ b/ash/shelf/shelf_tooltip_manager.cc |
@@ -96,7 +96,7 @@ ShelfTooltipManager::ShelfTooltipBubble::ShelfTooltipBubble( |
SetLayoutManager(new views::FillLayout()); |
// The anchor may not have the widget in tests. |
if (anchor->GetWidget() && anchor->GetWidget()->GetNativeView()) { |
- aura::RootWindow* root_window = |
+ aura::Window* root_window = |
anchor->GetWidget()->GetNativeView()->GetRootWindow(); |
set_parent_window(ash::Shell::GetInstance()->GetContainer( |
root_window, ash::internal::kShellWindowId_SettingBubbleContainer)); |