| Index: components/navigation_interception/intercept_navigation_delegate.cc
|
| diff --git a/components/navigation_interception/intercept_navigation_delegate.cc b/components/navigation_interception/intercept_navigation_delegate.cc
|
| index aec92e773a2d45e751babbabfc5ea51f8382e6aa..7de30a5ade5353ce1bb96eead5db3d6eb770b9cc 100644
|
| --- a/components/navigation_interception/intercept_navigation_delegate.cc
|
| +++ b/components/navigation_interception/intercept_navigation_delegate.cc
|
| @@ -32,7 +32,7 @@ const void* kInterceptNavigationDelegateUserDataKey =
|
|
|
| bool CheckIfShouldIgnoreNavigationOnUIThread(WebContents* source,
|
| const NavigationParams& params) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| DCHECK(source);
|
|
|
| InterceptNavigationDelegate* intercept_navigation_delegate =
|
|
|