diff options
Diffstat (limited to 'chrome/browser/external_protocol/external_protocol_handler.h')
-rw-r--r-- | chrome/browser/external_protocol/external_protocol_handler.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h index 72bcbcf..002b0c8 100644 --- a/chrome/browser/external_protocol/external_protocol_handler.h +++ b/chrome/browser/external_protocol/external_protocol_handler.h @@ -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 @@ class ExternalProtocolHandler { // 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 |