Index: chrome/browser/extensions/api/dial/dial_api_factory.h |
diff --git a/chrome/browser/extensions/api/dial/dial_api_factory.h b/chrome/browser/extensions/api/dial/dial_api_factory.h |
index 1a6664dabf91e5d2c2c6403be22fe31314d6c065..878d92616f35ac55f0326a01059b5b8bccc67357 100644 |
--- a/chrome/browser/extensions/api/dial/dial_api_factory.h |
+++ b/chrome/browser/extensions/api/dial/dial_api_factory.h |
@@ -26,7 +26,7 @@ class DialAPIFactory : public RefcountedProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |