| Index: chrome/browser/notifications/desktop_notification_service_factory.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service_factory.h b/chrome/browser/notifications/desktop_notification_service_factory.h
|
| index 2118e3e6e434ecc328c3add32a6bfdfd9e86f5cc..9f705d18b8a4a3aeae2be9bfaafd0172f246c828 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service_factory.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service_factory.h
|
| @@ -32,7 +32,7 @@ class DesktopNotificationServiceFactory
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const OVERRIDE;
|
| };
|
|
|