| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| index 42ea8f7dae23f25b7ba4bfc822c0e4a9fca2d7d5..826f445cd09ec1aba4125e4092713d1679d6b7da 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.h
|
| @@ -34,7 +34,7 @@ class AppInfoFooterPanel
|
| public extensions::ExtensionUninstallDialog::Delegate,
|
| public base::SupportsWeakPtr<AppInfoFooterPanel> {
|
| public:
|
| - AppInfoFooterPanel(gfx::NativeWindow parent_window,
|
| + AppInfoFooterPanel(gfx::NativeView parent_view,
|
| Profile* profile,
|
| const extensions::Extension* app);
|
| ~AppInfoFooterPanel() override;
|
| @@ -69,7 +69,7 @@ class AppInfoFooterPanel
|
| void UninstallApp();
|
| bool CanUninstallApp() const;
|
|
|
| - gfx::NativeWindow parent_window_;
|
| + gfx::NativeView parent_view_;
|
|
|
| // UI elements on the dialog. Elements are NULL if they are not displayed.
|
| views::LabelButton* create_shortcuts_button_;
|
|
|