Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
index d3cbca025c40ebb3d6219b7cee94d8302b7e23b7..0f62ce07b40c40c038566cb4207f5c2f6c02b22f 100644 |
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
@@ -5,7 +5,7 @@ |
#include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/api/infobars/infobar_tab_service.h" |
+#include "chrome/browser/api/infobars/infobar_service.h" |
#include "chrome/browser/custom_handlers/protocol_handler_registry.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/browser/user_metrics.h" |
@@ -18,7 +18,7 @@ using content::Referrer; |
using content::UserMetricsAction; |
RegisterProtocolHandlerInfoBarDelegate::RegisterProtocolHandlerInfoBarDelegate( |
- InfoBarTabService* infobar_service, |
+ InfoBarService* infobar_service, |
ProtocolHandlerRegistry* registry, |
const ProtocolHandler& handler) |
: ConfirmInfoBarDelegate(infobar_service), |