| Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| index 03fb00a86970d20902175ec2170dacdd07777715..b050d10df705f3fd65a8cd8b4fa365e62acad028 100644
|
| --- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| +++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
| @@ -656,8 +656,8 @@ void RunFaviconCallbackAsync(
|
| const std::vector<favicon_base::FaviconRawBitmapResult>* results) {
|
| base::ThreadTaskRunnerHandle::Get()->PostTask(
|
| FROM_HERE,
|
| - base::Bind(&favicon::FaviconService::FaviconResultsCallbackRunner,
|
| - callback, base::Owned(results)));
|
| + base::BindOnce(&favicon::FaviconService::FaviconResultsCallbackRunner,
|
| + callback, base::Owned(results)));
|
| }
|
|
|
| } // namespace
|
|
|