| 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 cedecd0ee67e2087cb6a2faa668f7fa08e147262..d319d3ce710652c12f3d294cde0aff1272c01f20 100644
|
| --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
| @@ -9,14 +9,14 @@
|
| #include "chrome/browser/api/infobars/confirm_infobar_delegate.h"
|
| #include "chrome/common/custom_handlers/protocol_handler.h"
|
|
|
| -class InfoBarTabService;
|
| +class InfoBarService;
|
| class ProtocolHandlerRegistry;
|
|
|
| // An InfoBar delegate that enables the user to allow or deny storing credit
|
| // card information gathered from a form submission.
|
| class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| - RegisterProtocolHandlerInfoBarDelegate(InfoBarTabService* infobar_service,
|
| + RegisterProtocolHandlerInfoBarDelegate(InfoBarService* infobar_service,
|
| ProtocolHandlerRegistry* registry,
|
| const ProtocolHandler& handler);
|
|
|
|
|