summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_blocking_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_blocking_page.h')
-rw-r--r--chrome/browser/ssl/ssl_blocking_page.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index 7768995..6f0deda 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -13,9 +13,12 @@
#include "base/string16.h"
#include "chrome/browser/tab_contents/chrome_interstitial_page.h"
-class DictionaryValue;
class SSLCertErrorHandler;
+namespace base {
+class DictionaryValue;
+}
+
// This class is responsible for showing/hiding the interstitial page that is
// shown when a certificate error happens.
// It deletes itself when the interstitial page is closed.
@@ -30,7 +33,7 @@ class SSLBlockingPage : public ChromeInterstitialPage {
// vector so that they can be used to resource the ssl_roadblock.html/
// ssl_error.html files.
// Note: there can be up to 5 strings in |extra_info|.
- static void SetExtraInfo(DictionaryValue* strings,
+ static void SetExtraInfo(base::DictionaryValue* strings,
const std::vector<string16>& extra_info);
protected: