Index: chrome/browser/apps/ephemeral_app_throttle.cc |
diff --git a/chrome/browser/apps/ephemeral_app_throttle.cc b/chrome/browser/apps/ephemeral_app_throttle.cc |
index 1ebd54f48c0b98032c5254c03731058e2e2290ea..6260c51dacf09edc0678664f822c16786065d059 100644 |
--- a/chrome/browser/apps/ephemeral_app_throttle.cc |
+++ b/chrome/browser/apps/ephemeral_app_throttle.cc |
@@ -30,7 +30,7 @@ bool LaunchEphemeralApp( |
const std::string& app_id, |
content::WebContents* source, |
const navigation_interception::NavigationParams& params) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
// Redirect top-level navigations only. |
if (source->IsSubframe()) |