Chromium Code Reviews| Index: chrome/browser/ui/views/app_list/app_list_dialog_contents_view.h |
| diff --git a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.h b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.h |
| index 51654d41db1423a78fa266294c33d97f45460fab..e343a519e971d4688e734f94f7513a546236fe5f 100644 |
| --- a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.h |
| +++ b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.h |
| @@ -27,7 +27,7 @@ class AppListDialogContentsView : public views::WidgetDelegateView, |
| // Create a |dialog| window Widget with the specified |parent|. The dialog |
| // will be resized to fill the body of the app list. |
| - static views::Widget* CreateDialogWidget(gfx::NativeWindow parent, |
| + static views::Widget* CreateDialogWidget(gfx::NativeView parent, |
|
sashab
2014/07/04 07:20:26
Hmm hmm yes this looks quite good.
tapted
2014/07/04 07:23:25
Yeah - decided to do this in this CL rather than d
|
| const gfx::Rect& bounds, |
| AppListDialogContentsView* dialog); |