summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_mixed_content_handler.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 06:26:32 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 06:26:32 +0000
commit2647ad420d10f27cff7b44021916011ae17594f0 (patch)
tree522d1f36547422ad0cbeaa639864af94ddec8bb5 /chrome/browser/ssl/ssl_mixed_content_handler.h
parent1d89a82f68b6981928c0d32cf8ec37e3b07b5b9e (diff)
downloadchromium_src-2647ad420d10f27cff7b44021916011ae17594f0.zip
chromium_src-2647ad420d10f27cff7b44021916011ae17594f0.tar.gz
chromium_src-2647ad420d10f27cff7b44021916011ae17594f0.tar.bz2
Minor cleanup of SSL UI code.
TBR=jcampan TEST=No functionality change. Review URL: http://codereview.chromium.org/113392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ssl/ssl_mixed_content_handler.h')
-rw-r--r--chrome/browser/ssl/ssl_mixed_content_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ssl/ssl_mixed_content_handler.h b/chrome/browser/ssl/ssl_mixed_content_handler.h
index afb7e13..c3f9057 100644
--- a/chrome/browser/ssl/ssl_mixed_content_handler.h
+++ b/chrome/browser/ssl/ssl_mixed_content_handler.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SSL_SSL_MIXED_CONTENT_HANDLER_H_
#include "chrome/browser/ssl/ssl_error_handler.h"
+#include "chrome/browser/ssl/ssl_manager.h"
// The SSLMixedContentHandler class is used to query what to do with
// mixed content, from the IO thread to the UI thread.