Chromium Code Reviews| Index: ash/shell/context_menu.cc |
| diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc |
| index e1a62d1f911e2715bb2a428a72073be651bae5e7..19ad408cb99a08e12d08297abd8b11ed241d0bb6 100644 |
| --- a/ash/shell/context_menu.cc |
| +++ b/ash/shell/context_menu.cc |
| @@ -14,7 +14,7 @@ |
| namespace ash { |
| namespace shell { |
| -ContextMenu::ContextMenu(aura::RootWindow* root) |
| +ContextMenu::ContextMenu(aura::Window* root) |
| : ui::SimpleMenuModel(NULL), |
| root_window_(root), |
| alignment_menu_(root) { |