| Index: ash/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
|
| index 231f68d8afcf08683fa5171808d4c7ed92839c0e..f032d692d28fa55b3adf0832f0f321dd47cb9754 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -36,7 +36,7 @@ base::string16 AppListShelfItemDelegate::GetTitle() {
|
| }
|
|
|
| ui::MenuModel* AppListShelfItemDelegate::CreateContextMenu(
|
| - aura::RootWindow* root_window) {
|
| + aura::Window* root_window) {
|
| return NULL;
|
| }
|
|
|
|
|