| Index: chrome/browser/background/background_contents_service_factory.h
|
| diff --git a/chrome/browser/background/background_contents_service_factory.h b/chrome/browser/background/background_contents_service_factory.h
|
| index 9e3e2895fa52e27e64981505ec2f3aacd58129a9..3a03c36d0cd1ec0243fca5897ac9a591dde00433 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.h
|
| +++ b/chrome/browser/background/background_contents_service_factory.h
|
| @@ -30,7 +30,7 @@ class BackgroundContentsServiceFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefService* user_prefs);
|
| + virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| // Use a separate background contents service for incognito.
|
| virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
|
|
|