| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| index e778525a5fd0b302634ce705f8620d322e1bf547..22f216112fbe685f20ab409c13ab5e931213919b 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_panel.h
|
| @@ -18,15 +18,6 @@ namespace extensions {
|
| class Extension;
|
| }
|
|
|
| -namespace ui {
|
| -class Event;
|
| -}
|
| -
|
| -namespace views {
|
| -class GridLayout;
|
| -class View;
|
| -}
|
| -
|
| // The summary panel of the app info dialog, which provides basic information
|
| // and controls related to the app.
|
| class AppInfoPermissionsPanel : public AppInfoPanel {
|
|
|