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 865ff9636efcd07689760513ffa63d451e173abc..799bc6d4313da12b5e57cf193c4f60e572a6600c 100644 |
--- a/chrome/browser/themes/theme_service_factory.h |
+++ b/chrome/browser/themes/theme_service_factory.h |
@@ -44,6 +44,7 @@ class ThemeServiceFactory : public ProfileKeyedServiceFactory { |
Profile* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefServiceSyncable* prefs) OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory); |
}; |