Index: trunk/src/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h (revision 238401) |
+++ trunk/src/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h (working copy) |
@@ -16,11 +16,11 @@ |
class GoogleApiKeysInfoBarDelegate : public ConfirmInfoBarDelegate { |
public: |
// If Google API keys are missing, creates a missing Google API Keys infobar |
- // and delegate and adds the infobar to |infobar_service|. |
+ // delegate and adds it to |infobar_service|. |
static void Create(InfoBarService* infobar_service); |
private: |
- GoogleApiKeysInfoBarDelegate(); |
+ explicit GoogleApiKeysInfoBarDelegate(InfoBarService* infobar_service); |
virtual ~GoogleApiKeysInfoBarDelegate(); |
virtual string16 GetMessageText() const OVERRIDE; |