| 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 410f91f311565401dc3684ff26e6b17c2a7b9613..418d029aebbbab9e79193f9338bc6b4c0df0fbfd 100644
|
| --- a/chrome/browser/download/download_request_infobar_delegate.h
|
| +++ b/chrome/browser/download/download_request_infobar_delegate.h
|
| @@ -49,8 +49,8 @@ class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // ConfirmInfoBarDelegate:
|
| virtual int GetIconID() const OVERRIDE;
|
| - virtual string16 GetMessageText() const OVERRIDE;
|
| - virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| + virtual base::string16 GetMessageText() const OVERRIDE;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| virtual bool Accept() OVERRIDE;
|
| virtual bool Cancel() OVERRIDE;
|
|
|
|
|