| Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| index 90b7eaedf45e69b82dc97e38a8583ffb6fb416ba..4e71933f1e9e2c4cf9cafdb7da23b1a5e4e1cf74 100644
|
| --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| @@ -35,16 +35,16 @@ class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| virtual Type GetInfoBarType() const OVERRIDE;
|
| virtual RegisterProtocolHandlerInfoBarDelegate*
|
| AsRegisterProtocolHandlerInfoBarDelegate() 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 NeedElevation(InfoBarButton button) const OVERRIDE;
|
| virtual bool Accept() OVERRIDE;
|
| virtual bool Cancel() OVERRIDE;
|
| - virtual string16 GetLinkText() const OVERRIDE;
|
| + virtual base::string16 GetLinkText() const OVERRIDE;
|
| virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
|
|
| // Returns a user-friendly name for the protocol of this protocol handler.
|
| - string16 GetProtocolName(const ProtocolHandler& handler) const;
|
| + base::string16 GetProtocolName(const ProtocolHandler& handler) const;
|
|
|
| ProtocolHandlerRegistry* registry_;
|
| ProtocolHandler handler_;
|
|
|