Index: chrome/browser/notifications/extension_welcome_notification_factory.cc |
diff --git a/chrome/browser/notifications/extension_welcome_notification_factory.cc b/chrome/browser/notifications/extension_welcome_notification_factory.cc |
index e7c9655ff94db5b5772b139a0a9c85c29c4abfcc..8094ebd205a52a7eafd305199ef4c2f1b5b48a0c 100644 |
--- a/chrome/browser/notifications/extension_welcome_notification_factory.cc |
+++ b/chrome/browser/notifications/extension_welcome_notification_factory.cc |
@@ -15,7 +15,7 @@ |
ExtensionWelcomeNotification* |
ExtensionWelcomeNotificationFactory::GetForBrowserContext( |
content::BrowserContext* context) { |
- DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
return static_cast<ExtensionWelcomeNotification*>( |
GetInstance()->GetServiceForBrowserContext(context, true)); |
} |