Index: chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
index bb07769b974773f3957fbde762e9fa26f703a89e..a1311cf8d739f82088de6eaae684eb4500c476ff 100644 |
--- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
+++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h |
@@ -26,7 +26,7 @@ class SystemIndicatorManagerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedBaseFactory implementation. |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
}; |
} // namespace extensions |