| Index: chrome/browser/custom_handlers/protocol_handler_registry.h
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| index 47feb178ceddc94f587b54a4ebbb2a8908117e51..7926a7d269197ff66a867e5b85895c3dcfe7e217 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -24,7 +24,7 @@
|
| #include "net/url_request/url_request_job.h"
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| // This is where handlers for protocols registered with
|
| // navigator.registerProtocolHandler() are registered. Each Profile owns an
|
| @@ -245,7 +245,7 @@ class ProtocolHandlerRegistry : public ProfileKeyedService {
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Registers the preferences that we store registered protocol handlers in.
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefService);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| bool enabled() const { return enabled_; }
|
|
|
|
|