diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:22:43 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 23:22:43 +0000 |
commit | de34a9673b77aad851d8d4ea29f4f407b6cf44f7 (patch) | |
tree | 8af10a0e5e1c0fb594e4d361c9c47510522649a1 /chrome/browser/tab_contents/interstitial_page.cc | |
parent | 068dc16f8096093ed46756ca4448e6df7170c896 (diff) | |
download | chromium_src-de34a9673b77aad851d8d4ea29f4f407b6cf44f7.zip chromium_src-de34a9673b77aad851d8d4ea29f4f407b6cf44f7.tar.gz chromium_src-de34a9673b77aad851d8d4ea29f4f407b6cf44f7.tar.bz2 |
Simple clean-up of the ssl_manager.h includes.
R=wtc
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/147234
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/interstitial_page.cc')
-rw-r--r-- | chrome/browser/tab_contents/interstitial_page.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc index 3c5a099..b4e33d8 100644 --- a/chrome/browser/tab_contents/interstitial_page.cc +++ b/chrome/browser/tab_contents/interstitial_page.cc @@ -11,6 +11,7 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/dom_operation_notification_details.h" #include "chrome/browser/renderer_host/render_widget_host_view.h" +#include "chrome/browser/renderer_host/resource_dispatcher_host.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/navigation_entry.h" #include "chrome/browser/tab_contents/tab_contents.h" |