Index: ash/shelf/shelf_alignment_menu.cc |
diff --git a/ash/shelf/shelf_alignment_menu.cc b/ash/shelf/shelf_alignment_menu.cc |
index d0d381ff645af649c2823db3f30cb5cd9aad6515..722b053ce479811475c7b40b114e029f65a4b89b 100644 |
--- a/ash/shelf/shelf_alignment_menu.cc |
+++ b/ash/shelf/shelf_alignment_menu.cc |
@@ -8,12 +8,12 @@ |
#include "ash/shelf/shelf_types.h" |
#include "ash/shell.h" |
#include "grit/ash_strings.h" |
-#include "ui/aura/root_window.h" |
+#include "ui/aura/window.h" |
#include "ui/base/l10n/l10n_util.h" |
namespace ash { |
-ShelfAlignmentMenu::ShelfAlignmentMenu(aura::RootWindow* root) |
+ShelfAlignmentMenu::ShelfAlignmentMenu(aura::Window* root) |
: ui::SimpleMenuModel(NULL), |
root_window_(root) { |
DCHECK(root_window_); |