| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| index d93a2de264b4c6ffa8b82074bba34b1828280d14..f69069e15ea17a691d9d24a9f5f4e286abcc6d45 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| @@ -22,6 +22,10 @@ namespace views {
|
| class ImageView;
|
| }
|
|
|
| +namespace test {
|
| +class AppInfoDialogTestApi;
|
| +}
|
| +
|
| // A small summary panel with the app's name, icon, version, and various links
|
| // that is displayed at the top of the app info dialog.
|
| class AppInfoHeaderPanel : public AppInfoPanel,
|
| @@ -32,6 +36,8 @@ class AppInfoHeaderPanel : public AppInfoPanel,
|
| ~AppInfoHeaderPanel() override;
|
|
|
| private:
|
| + friend class test::AppInfoDialogTestApi;
|
| +
|
| void CreateControls();
|
|
|
| // Overridden from views::LinkListener:
|
|
|