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

Unified Diff: chrome/browser/external_protocol/external_protocol_handler.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
Index: chrome/browser/external_protocol/external_protocol_handler.h
===================================================================
--- chrome/browser/external_protocol/external_protocol_handler.h (revision 92173)
+++ chrome/browser/external_protocol/external_protocol_handler.h (working copy)
@@ -8,10 +8,13 @@
#include <string>
-class DictionaryValue;
class GURL;
class PrefService;
+namespace base {
+class DictionaryValue;
+}
+
class ExternalProtocolHandler {
public:
enum BlockState {
@@ -66,7 +69,7 @@
// Prepopulates the dictionary with known protocols to deny or allow, if
// preferences for them do not already exist.
- static void PrepopulateDictionary(DictionaryValue* win_pref);
+ static void PrepopulateDictionary(base::DictionaryValue* win_pref);
// Allows LaunchUrl to proceed with launching an external protocol handler.
// This is typically triggered by a user gesture, but is also called for
« no previous file with comments | « chrome/browser/extensions/test_extension_prefs.h ('k') | chrome/browser/geolocation/geolocation_content_settings_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698