Index: ash/shelf/shelf_layout_manager.h |
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h |
index d8b6e8f699a155edbf784588a1cc6224a6b10d68..7c4e26edb5c27a30059c43e8503474935ada17f7 100644 |
--- a/ash/shelf/shelf_layout_manager.h |
+++ b/ash/shelf/shelf_layout_manager.h |
@@ -342,7 +342,7 @@ class ASH_EXPORT ShelfLayoutManager : |
// The RootWindow is cached so that we don't invoke Shell::GetInstance() from |
// our destructor. We avoid that as at the time we're deleted Shell is being |
// deleted too. |
- aura::RootWindow* root_window_; |
+ aura::Window* root_window_; |
// True when inside UpdateBoundsAndOpacity() method. Used to prevent calling |
// UpdateBoundsAndOpacity() again from SetChildBounds(). |