| Index: chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| index b30553837020fe7177d57d99a72a9069fefbd5bb..b76da9d748428542aff6801a9a0a736deceb4717 100644
|
| --- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| +++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.h
|
| @@ -7,21 +7,21 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/infobars/confirm_infobar_delegate.h"
|
| +#include "chrome/browser/infobars/content_confirm_infobar_delegate.h"
|
| #include "url/gurl.h"
|
|
|
| class InfoBarService;
|
|
|
| // An infobar that displays a message saying the system (OS or hardware) is
|
| // obsolete, along with a "Learn More" link.
|
| -class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| +class ObsoleteSystemInfoBarDelegate : public ContentConfirmInfoBarDelegate {
|
| public:
|
| // Creates an obsolete system infobar and delegate and adds the infobar to
|
| // |infobar_service|.
|
| static void Create(InfoBarService* infobar_service);
|
|
|
| private:
|
| - ObsoleteSystemInfoBarDelegate();
|
| + explicit ObsoleteSystemInfoBarDelegate(content::WebContents* web_contents);
|
| virtual ~ObsoleteSystemInfoBarDelegate();
|
|
|
| virtual base::string16 GetMessageText() const OVERRIDE;
|
|
|