summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/startup/google_api_keys_infobar_delegate.h')
-rw-r--r--chrome/browser/ui/startup/google_api_keys_infobar_delegate.h4
1 files changed, 2 insertions, 2 deletions
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 c949761..23bfb1e 100644
--- a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
+++ b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.h
@@ -23,9 +23,9 @@ class GoogleApiKeysInfoBarDelegate : public ConfirmInfoBarDelegate {
GoogleApiKeysInfoBarDelegate();
virtual ~GoogleApiKeysInfoBarDelegate();
- virtual string16 GetMessageText() const OVERRIDE;
+ virtual base::string16 GetMessageText() const OVERRIDE;
virtual int GetButtons() const OVERRIDE;
- virtual string16 GetLinkText() const OVERRIDE;
+ virtual base::string16 GetLinkText() const OVERRIDE;
virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(GoogleApiKeysInfoBarDelegate);