| Index: chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
|
| diff --git a/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h b/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
|
| index 0218e6be0e022eb516f81e9b59f793f6e4f4e8ca..4cd6ac1186727bcca9216fb196b85d55ebb16338 100644
|
| --- a/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
|
| +++ b/chrome/browser/cryptauth/chrome_cryptauth_service_factory.h
|
| @@ -27,6 +27,8 @@ class ChromeCryptAuthServiceFactory : public BrowserContextKeyedServiceFactory {
|
| // BrowserContextKeyedServiceFactory
|
| KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
| + void RegisterProfilePrefs(
|
| + user_prefs::PrefRegistrySyncable* registry) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeCryptAuthServiceFactory);
|
| };
|
|
|