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