| Index: chrome/browser/notifications/desktop_notification_service_factory.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service_factory.cc b/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| index 4d8351ca8736dcfb05d48ce9ffff2be65d4fd62f..5bc70873edcfaddedf9111bb1f2e8f91cefcdaa2 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service_factory.cc
|
| @@ -16,7 +16,7 @@ using content::BrowserThread;
|
| // static
|
| DesktopNotificationService* DesktopNotificationServiceFactory::GetForProfile(
|
| Profile* profile) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| return static_cast<DesktopNotificationService*>(
|
| GetInstance()->GetServiceForBrowserContext(profile, true));
|
| }
|
|
|