Index: ash/launcher/launcher_item_delegate.h |
diff --git a/ash/launcher/launcher_item_delegate.h b/ash/launcher/launcher_item_delegate.h |
index a72b6e6d4755fdec7612b8e6ba86880ba2464313..dbc1e65b3747af15c1ddbf8dfafa6afe796e020f 100644 |
--- a/ash/launcher/launcher_item_delegate.h |
+++ b/ash/launcher/launcher_item_delegate.h |
@@ -53,7 +53,7 @@ class ASH_EXPORT LauncherItemDelegate { |
// Returns the context menumodel for the specified item on |
// |root_window|. Return NULL if there should be no context |
// menu. The caller takes ownership of the returned model. |
- virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root_window) = 0; |
+ virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0; |
// Returns the application menu model for the specified item. There are three |
// possible return values: |