| Index: chrome/browser/themes/theme_service_factory.h
|
| diff --git a/chrome/browser/themes/theme_service_factory.h b/chrome/browser/themes/theme_service_factory.h
|
| index 33e903e647312c873db434dd48f9d2c7c286f087..9d9c6171bce921a8bee2d576d30e7a4942e32ab2 100644
|
| --- a/chrome/browser/themes/theme_service_factory.h
|
| +++ b/chrome/browser/themes/theme_service_factory.h
|
| @@ -37,8 +37,9 @@ class ThemeServiceFactory : public ProfileKeyedServiceFactory {
|
| virtual ~ThemeServiceFactory();
|
|
|
| // ProfileKeyedServiceFactory:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
|
| - virtual bool ServiceRedirectedInIncognito();
|
| + virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + Profile* profile) const OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory);
|
| };
|
|
|