| Index: chrome/browser/android/tab_android.cc
|
| diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc
|
| index f487e738478942d7b14ac7b6c3f2677687c1e09e..34dd08784d6b27ae30a133a2379b5dbd59bd0f50 100644
|
| --- a/chrome/browser/android/tab_android.cc
|
| +++ b/chrome/browser/android/tab_android.cc
|
| @@ -869,7 +869,7 @@ void TabAndroid::SetInterceptNavigationDelegate(
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| InterceptNavigationDelegate::Associate(
|
| web_contents(),
|
| - base::WrapUnique(new ChromeInterceptNavigationDelegate(env, delegate)));
|
| + base::MakeUnique<ChromeInterceptNavigationDelegate>(env, delegate));
|
| }
|
|
|
| void TabAndroid::AttachToTabContentManager(
|
|
|