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

Unified Diff: chrome/browser/geolocation/geolocation_content_settings_map.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/external_protocol/external_protocol_handler.h ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_content_settings_map.h
===================================================================
--- chrome/browser/geolocation/geolocation_content_settings_map.h (revision 92173)
+++ chrome/browser/geolocation/geolocation_content_settings_map.h (working copy)
@@ -24,10 +24,13 @@
#include "googleurl/src/gurl.h"
class ContentSettingsDetails;
-class DictionaryValue;
class PrefService;
class Profile;
+namespace base {
+class DictionaryValue;
+}
+
class GeolocationContentSettingsMap
: public base::RefCountedThreadSafe<GeolocationContentSettingsMap>,
public NotificationObserver {
@@ -109,7 +112,7 @@
// Sets the fields of |one_origin_settings| based on the values in
// |dictionary|.
static void GetOneOriginSettingsFromDictionary(
- const DictionaryValue* dictionary,
+ const base::DictionaryValue* dictionary,
OneOriginSettings* one_origin_settings);
// The profile we're associated with.
« no previous file with comments | « chrome/browser/external_protocol/external_protocol_handler.h ('k') | chrome/browser/history/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698