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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_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/profiles/profile_info_cache.h ('k') | chrome/browser/ssl/ssl_blocking_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_blocking_page.h (revision 92173)
+++ chrome/browser/safe_browsing/safe_browsing_blocking_page.h (working copy)
@@ -36,12 +36,15 @@
#include "chrome/browser/tab_contents/chrome_interstitial_page.h"
#include "googleurl/src/gurl.h"
-class DictionaryValue;
class MessageLoop;
class SafeBrowsingBlockingPageFactory;
class MalwareDetails;
class TabContents;
+namespace base {
+class DictionaryValue;
+}
+
class SafeBrowsingBlockingPage : public ChromeInterstitialPage {
public:
typedef std::vector<SafeBrowsingService::UnsafeResource> UnsafeResourceList;
@@ -96,13 +99,13 @@
// Fills the passed dictionary with the strings passed to JS Template when
// creating the HTML.
- void PopulateMultipleThreatStringDictionary(DictionaryValue* strings);
- void PopulateMalwareStringDictionary(DictionaryValue* strings);
- void PopulatePhishingStringDictionary(DictionaryValue* strings);
+ void PopulateMultipleThreatStringDictionary(base::DictionaryValue* strings);
+ void PopulateMalwareStringDictionary(base::DictionaryValue* strings);
+ void PopulatePhishingStringDictionary(base::DictionaryValue* strings);
// A helper method used by the Populate methods above used to populate common
// fields.
- void PopulateStringDictionary(DictionaryValue* strings,
+ void PopulateStringDictionary(base::DictionaryValue* strings,
const string16& title,
const string16& headline,
const string16& description1,
« no previous file with comments | « chrome/browser/profiles/profile_info_cache.h ('k') | chrome/browser/ssl/ssl_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698