| Index: chrome/browser/protector/protector_service_factory.h
|
| diff --git a/chrome/browser/protector/protector_service_factory.h b/chrome/browser/protector/protector_service_factory.h
|
| index e78186ad5879b15ad59600c46074f9e380984f41..5d95979c59fb43c3273a72689d6349990cfaad3b 100644
|
| --- a/chrome/browser/protector/protector_service_factory.h
|
| +++ b/chrome/browser/protector/protector_service_factory.h
|
| @@ -31,6 +31,8 @@ class ProtectorServiceFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory implementation.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| + virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProtectorServiceFactory);
|
|
|