diff options
Diffstat (limited to 'chrome/browser/api/infobars/link_infobar_delegate.h')
-rw-r--r-- | chrome/browser/api/infobars/link_infobar_delegate.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/api/infobars/link_infobar_delegate.h b/chrome/browser/api/infobars/link_infobar_delegate.h index 711d516..b05c4a3 100644 --- a/chrome/browser/api/infobars/link_infobar_delegate.h +++ b/chrome/browser/api/infobars/link_infobar_delegate.h @@ -10,8 +10,6 @@ #include "base/string16.h" #include "chrome/browser/api/infobars/infobar_delegate.h" -class InfoBarTabHelper; - // An interface derived from InfoBarDelegate implemented by objects wishing to // control a LinkInfoBar. class LinkInfoBarDelegate : public InfoBarDelegate { |