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 137a3d9beb987501dfacb882eee885e79fc7a0a0..84c8ea1536095891599e80459a4f6f59081f1e8f 100644 |
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h |
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h |
@@ -30,10 +30,10 @@ class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate { |
~RegisterProtocolHandlerInfoBarDelegate() override; |
// ConfirmInfoBarDelegate: |
- InfoBarAutomationType GetInfoBarAutomationType() const override; |
Type GetInfoBarType() const override; |
+ InfoBarAutomationType GetInfoBarAutomationType() const override; |
RegisterProtocolHandlerInfoBarDelegate* |
- AsRegisterProtocolHandlerInfoBarDelegate() override; |
+ AsRegisterProtocolHandlerInfoBarDelegate() override; |
base::string16 GetMessageText() const override; |
base::string16 GetButtonLabel(InfoBarButton button) const override; |
bool OKButtonTriggersUACPrompt() const override; |