| Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| index f5160bfb5d980a99ad053245a5b196843b4a1bf2..049f0de830419c3f66dd6cf51fe6105107772741 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| @@ -69,6 +69,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| const std::string& platform);
|
|
|
| // ConfirmInfoBarDelegate:
|
| + infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override;
|
| gfx::Image GetIcon() const override;
|
| void InfoBarDismissed() override;
|
| base::string16 GetMessageText() const override;
|
|
|