| 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 db9126a379f618e12b1e232f0c554a16e7bf600d..da8271bc41f4d0b2e5c62ee6a57e35865c5a26cc 100644
|
| --- a/chrome/browser/themes/theme_service_factory.h
|
| +++ b/chrome/browser/themes/theme_service_factory.h
|
| @@ -45,6 +45,7 @@ class ThemeServiceFactory : public ProfileKeyedServiceFactory {
|
| Profile* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory);
|
| };
|
|
|