Index: chrome/browser/android/tab_android.cc |
diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc |
index e9289de54c9a5f06a4fc4123ab76799c2c6482d4..ac85696386034ddce009503dd07ae99adc38fdb3 100644 |
--- a/chrome/browser/android/tab_android.cc |
+++ b/chrome/browser/android/tab_android.cc |
@@ -802,7 +802,7 @@ class ChromeInterceptNavigationDelegate : public InterceptNavigationDelegate { |
void TabAndroid::SetInterceptNavigationDelegate(JNIEnv* env, jobject obj, |
jobject delegate) { |
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
+ DCHECK_CURRENTLY_ON(BrowserThread::UI); |
InterceptNavigationDelegate::Associate( |
web_contents(), |
make_scoped_ptr(new ChromeInterceptNavigationDelegate(env, delegate))); |