| Index: chrome/browser/android/bottombar/overlay_panel_content.cc
|
| diff --git a/chrome/browser/android/bottombar/overlay_panel_content.cc b/chrome/browser/android/bottombar/overlay_panel_content.cc
|
| index 2ec9bdae6bfdef998a64f6338f19ab62e1cd0d84..10f41df28fe9f8cf259cce54b8e5eb86b8e11dda 100644
|
| --- a/chrome/browser/android/bottombar/overlay_panel_content.cc
|
| +++ b/chrome/browser/android/bottombar/overlay_panel_content.cc
|
| @@ -130,8 +130,8 @@ void OverlayPanelContent::SetInterceptNavigationDelegate(
|
| DCHECK(web_contents);
|
| navigation_interception::InterceptNavigationDelegate::Associate(
|
| web_contents,
|
| - base::WrapUnique(new navigation_interception::InterceptNavigationDelegate(
|
| - env, delegate)));
|
| + base::MakeUnique<navigation_interception::InterceptNavigationDelegate>(
|
| + env, delegate));
|
| }
|
|
|
| bool RegisterOverlayPanelContent(JNIEnv* env) {
|
|
|