| Index: chrome/browser/chrome_browser_main_extra_parts_x11.cc
|
| diff --git a/chrome/browser/chrome_browser_main_extra_parts_x11.cc b/chrome/browser/chrome_browser_main_extra_parts_x11.cc
|
| index 993f4f97299e562888d52a5ba85d546f01438c63..48b8aa7ce4fc52e0b1d212b5dad372f4a9bdc8bd 100644
|
| --- a/chrome/browser/chrome_browser_main_extra_parts_x11.cc
|
| +++ b/chrome/browser/chrome_browser_main_extra_parts_x11.cc
|
| @@ -29,7 +29,7 @@ const int kWaitForUIThreadSeconds = 10;
|
| int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) {
|
| if (!g_in_x11_io_error_handler) {
|
| base::SequencedTaskRunnerHandle::Get()->PostTask(
|
| - FROM_HERE, base::Bind(&ui::LogErrorEventDescription, d, *error));
|
| + FROM_HERE, base::BindOnce(&ui::LogErrorEventDescription, d, *error));
|
| }
|
| return 0;
|
| }
|
|
|