| Index: chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| diff --git a/chrome/browser/nacl_host/nacl_infobar_delegate.h b/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| index 221c7bb7528ddb82fd77312cf59b8635229dcc50..21b804b697e13db364148b2e9d9e73cdfd592276 100644
|
| --- a/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| +++ b/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| @@ -5,16 +5,16 @@
|
| #ifndef CHROME_BROWSER_NACL_HOST_NACL_INFOBAR_DELEGATE_H_
|
| #define CHROME_BROWSER_NACL_HOST_NACL_INFOBAR_DELEGATE_H_
|
|
|
| -#include "chrome/browser/infobars/confirm_infobar_delegate.h"
|
| +#include "chrome/browser/infobars/content_confirm_infobar_delegate.h"
|
|
|
| -class NaClInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| +class NaClInfoBarDelegate : public ContentConfirmInfoBarDelegate {
|
| public:
|
| // Creates a NaCl infobar and delegate and adds the infobar to the infobar
|
| // service corresponding to the given render process and view IDs.
|
| static void Create(int render_process_id, int render_view_id);
|
|
|
| private:
|
| - NaClInfoBarDelegate();
|
| + explicit NaClInfoBarDelegate(content::WebContents* web_contents);
|
| virtual ~NaClInfoBarDelegate();
|
|
|
| virtual base::string16 GetMessageText() const OVERRIDE;
|
|
|