| Index: chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| index e8a0485bbff71e01ffc8a0db8f7fa9b022b7ecd0..63acae46b4f4d1fa4faec40d90b55bc0bfa1609b 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_ssl_helper.cc
|
| @@ -10,7 +10,8 @@
|
| #include "chrome/browser/ssl/ssl_add_cert_handler.h"
|
| #include "chrome/browser/ssl/ssl_client_auth_handler.h"
|
| #include "chrome/browser/ssl_client_certificate_selector.h"
|
| -#include "chrome/browser/tab_contents/infobar_delegate.h"
|
| +#include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
|
| +#include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
|
| #include "chrome/common/notification_details.h"
|
| #include "chrome/common/notification_source.h"
|
| #include "content/browser/certificate_viewer.h"
|
|
|