| Index: chrome/browser/chrome_browser_main_posix.cc
|
| diff --git a/chrome/browser/chrome_browser_main_posix.cc b/chrome/browser/chrome_browser_main_posix.cc
|
| index c673660c3fa9b5bb63ecc77481b46722c30891cb..03675aebd8e24e23e7fd0d42b5e846e0aa19579f 100644
|
| --- a/chrome/browser/chrome_browser_main_posix.cc
|
| +++ b/chrome/browser/chrome_browser_main_posix.cc
|
| @@ -87,7 +87,7 @@ void ExitHandler::OnSessionRestoreDone(int /* num_tabs */) {
|
| // gotten through browser startup, but are close). Post the task to at which
|
| // point the message loop is running.
|
| BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
|
| - base::Bind(&ExitHandler::Exit));
|
| + base::BindOnce(&ExitHandler::Exit));
|
| delete this;
|
| }
|
| }
|
|
|