Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.h ('k') | chrome/browser/sync/engine/syncapi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_blocking_page.h
===================================================================
--- chrome/browser/ssl/ssl_blocking_page.h (revision 92173)
+++ chrome/browser/ssl/ssl_blocking_page.h (working copy)
@@ -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 @@
// 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:
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.h ('k') | chrome/browser/sync/engine/syncapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698