summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/simple_alert_infobar_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/simple_alert_infobar_delegate.h')
-rw-r--r--chrome/browser/tab_contents/simple_alert_infobar_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/simple_alert_infobar_delegate.h b/chrome/browser/tab_contents/simple_alert_infobar_delegate.h
index 55cda91..0ea8249 100644
--- a/chrome/browser/tab_contents/simple_alert_infobar_delegate.h
+++ b/chrome/browser/tab_contents/simple_alert_infobar_delegate.h
@@ -16,7 +16,7 @@ class TabContents;
class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
- SimpleAlertInfoBarDelegate(TabContents* contents,
+ SimpleAlertInfoBarDelegate(InfoBarTabHelper* infobar_helper,
gfx::Image* icon, // May be NULL.
const string16& message,
bool auto_expire);