| 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 4c30d0c9c9b88b9cb65bdf0a47c270d73060e613..c43c75e2f8a2e8dd2725b1d8f05d97183e9a9d9d 100644
|
| --- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| +++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
|
| @@ -5,8 +5,8 @@
|
| #include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/api/infobars/infobar_tab_helper.h"
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| -#include "chrome/browser/infobars/infobar_tab_helper.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|