Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
index 6e6686e6ad9f4b305562148f61115fff82e50720..9e75cce63925ea607e5939081d80612c17af57d9 100644 |
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
@@ -28,7 +28,7 @@ class ChromeNotifierServiceFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
}; |
} // namespace notifier |