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..bc9350bbccc57fd93e3462e7b3b9705e7e6587a4 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" |
@@ -29,7 +30,6 @@ SkBitmap* GetCertIcon() { |
IDR_INFOBAR_SAVE_PASSWORD); |
} |
Peter Kasting
2011/03/01 19:10:37
Nit: This blank line can stay
tfarina
2011/03/02 01:47:13
Done.
|
- |
// SSLCertAddedInfoBarDelegate ------------------------------------------------ |
class SSLCertAddedInfoBarDelegate : public ConfirmInfoBarDelegate { |