| Index: ash/shell_delegate.h
|
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
|
| index 65b445d56f3a982f309617c7220b080b69c67c90..caff477a0a1f1f082be357f4c96f5d46024dc041 100644
|
| --- a/ash/shell_delegate.h
|
| +++ b/ash/shell_delegate.h
|
| @@ -202,7 +202,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.
|
|
|