| Index: chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
|
| index 23bfb1e758d3e7a6712a708639bed4e2ea6df13d..b7a78634b4418b2d130c85085c07ac7f5157dd48 100644
|
| --- a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
|
| +++ b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
|
| @@ -7,20 +7,20 @@
|
|
|
| #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 is run with a string and a "Learn More" link.
|
| -class GoogleApiKeysInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| +class GoogleApiKeysInfoBarDelegate : public ContentConfirmInfoBarDelegate {
|
| public:
|
| // If Google API keys are missing, creates a missing Google API Keys infobar
|
| // and delegate and adds the infobar to |infobar_service|.
|
| static void Create(InfoBarService* infobar_service);
|
|
|
| private:
|
| - GoogleApiKeysInfoBarDelegate();
|
| + explicit GoogleApiKeysInfoBarDelegate(content::WebContents* web_contents);
|
| virtual ~GoogleApiKeysInfoBarDelegate();
|
|
|
| virtual base::string16 GetMessageText() const OVERRIDE;
|
|
|