diff options
Diffstat (limited to 'chrome/browser/ssl/ssl_mixed_content_handler.h')
-rw-r--r-- | chrome/browser/ssl/ssl_mixed_content_handler.h | 1 |
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. |