diff options
Diffstat (limited to 'chrome/browser/download/download_request_infobar_delegate.h')
-rw-r--r-- | chrome/browser/download/download_request_infobar_delegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h index c33696c..c1280cf 100644 --- a/chrome/browser/download/download_request_infobar_delegate.h +++ b/chrome/browser/download/download_request_infobar_delegate.h @@ -29,13 +29,13 @@ class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { virtual void InfoBarClosed(); - virtual std::wstring GetMessageText() const; + virtual string16 GetMessageText() const; virtual SkBitmap* GetIcon() const; virtual int GetButtons() const; - virtual std::wstring GetButtonLabel( + virtual string16 GetButtonLabel( ConfirmInfoBarDelegate::InfoBarButton button) const; virtual bool Accept(); |