Index: chrome/browser/extensions/api/profile_keyed_api_factory.h |
diff --git a/chrome/browser/extensions/api/profile_keyed_api_factory.h b/chrome/browser/extensions/api/profile_keyed_api_factory.h |
index 83f0d8c9a59590876e5441a0b55d6e2e3524a22f..b062ef218bfaa4bb0997f7f631036bc5b8628ccd 100644 |
--- a/chrome/browser/extensions/api/profile_keyed_api_factory.h |
+++ b/chrome/browser/extensions/api/profile_keyed_api_factory.h |
@@ -99,8 +99,8 @@ class ProfileKeyedAPIFactory : public BrowserContextKeyedServiceFactory { |
private: |
// BrowserContextKeyedServiceFactory implementation. |
virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE { |
- return new T(static_cast<Profile*>(profile)); |
+ content::BrowserContext* context) const OVERRIDE { |
+ return new T(static_cast<Profile*>(context)); |
} |
// BrowserContextKeyedBaseFactory implementation. |