| Index: chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
|
| diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
|
| index e874722f16c20f7d874ae43599507558f3273c6e..6e155f4be39a048f905a4998ea27e0b08b5d02f6 100644
|
| --- a/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
|
| +++ b/chrome/browser/profile_resetter/automatic_profile_resetter_factory.h
|
| @@ -39,11 +39,11 @@ class AutomaticProfileResetterFactory
|
| AutomaticProfileResetterFactory();
|
| virtual ~AutomaticProfileResetterFactory();
|
|
|
| - // BrowserContextKeyedServiceFactory overrides:
|
| + // BrowserContextKeyedServiceFactory:
|
| virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|
| - // BrowserContextKeyedBaseFactory overrides:
|
| + // BrowserContextKeyedBaseFactory:
|
| virtual void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
|
|