Index: ash/shell_delegate.h |
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
index 42d936a739efbd6c79d3714a389f69a73fab09cf..6cd0baa9160959f947e1ef02406487d9e3d0be7a 100644 |
--- a/ash/shell_delegate.h |
+++ b/ash/shell_delegate.h |
@@ -182,7 +182,7 @@ class ASH_EXPORT ShellDelegate { |
virtual void HandleMediaPrevTrack() = 0; |
// Creates a menu model of the context for the |root_window|. |
- virtual ui::MenuModel* CreateContextMenu(aura::RootWindow* root_window) = 0; |
+ virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0; |
// Creates a root window host factory. Shell takes ownership of the returned |
// value. |