Index: trunk/src/chrome/browser/ui/views/infobars/translate_infobar_base.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/infobars/translate_infobar_base.h (revision 238401) |
+++ trunk/src/chrome/browser/ui/views/infobars/translate_infobar_base.h (working copy) |
@@ -24,7 +24,8 @@ |
const string16& text); |
protected: |
- explicit TranslateInfoBarBase(scoped_ptr<TranslateInfoBarDelegate> delegate); |
+ TranslateInfoBarBase(InfoBarService* owner, |
+ TranslateInfoBarDelegate* delegate); |
virtual ~TranslateInfoBarBase(); |
// InfoBarView: |