| Index: chrome/browser/external_protocol/external_protocol_handler.h
|
| diff --git a/chrome/browser/external_protocol/external_protocol_handler.h b/chrome/browser/external_protocol/external_protocol_handler.h
|
| index 96feca93387ff918973fdeaf7b3c5c1dfe435082..c63766924587444331d6568b6681772404c2d364 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler.h
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler.h
|
| @@ -10,7 +10,7 @@
|
| #include "chrome/browser/shell_integration.h"
|
|
|
| class GURL;
|
| -class PrefService;
|
| +class PrefServiceSimple;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -78,7 +78,7 @@ class ExternalProtocolHandler {
|
| int routing_id);
|
|
|
| // Register the ExcludedSchemes preference.
|
| - static void RegisterPrefs(PrefService* prefs);
|
| + static void RegisterPrefs(PrefServiceSimple* prefs);
|
|
|
| // Starts a url using the external protocol handler with the help
|
| // of shellexecute. Should only be called if the protocol is whitelisted
|
|
|