Index: chrome/browser/download/download_request_infobar_delegate.h |
diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h |
index c33696ce4bd3c54b09144be2ed730bd20c884f75..c1280cf4f3d6e12d0e121ddce4c20012daca6fd7 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(); |