| Index: chrome/browser/ui/fast_unload_controller.cc
|
| diff --git a/chrome/browser/ui/fast_unload_controller.cc b/chrome/browser/ui/fast_unload_controller.cc
|
| index add48b149446e25ca2899372a7c297cc82a0e08f..005315842835be9062432f1185a889a05c2dcb45 100644
|
| --- a/chrome/browser/ui/fast_unload_controller.cc
|
| +++ b/chrome/browser/ui/fast_unload_controller.cc
|
| @@ -491,8 +491,8 @@ void FastUnloadController::ClearUnloadState(content::WebContents* contents) {
|
|
|
| void FastUnloadController::PostTaskForProcessPendingTabs() {
|
| base::ThreadTaskRunnerHandle::Get()->PostTask(
|
| - FROM_HERE, base::Bind(&FastUnloadController::ProcessPendingTabs,
|
| - weak_factory_.GetWeakPtr(), false));
|
| + FROM_HERE, base::BindOnce(&FastUnloadController::ProcessPendingTabs,
|
| + weak_factory_.GetWeakPtr(), false));
|
| }
|
|
|
| } // namespace chrome
|
|
|