| Index: chrome/browser/interstitials/chrome_controller_client.cc
|
| diff --git a/chrome/browser/interstitials/chrome_controller_client.cc b/chrome/browser/interstitials/chrome_controller_client.cc
|
| index 034c7f6c6fa7cbbcef8af8a6cadf1082efe72561..5da412dd66d1abb086ecb996db895ad6a27949ed 100644
|
| --- a/chrome/browser/interstitials/chrome_controller_client.cc
|
| +++ b/chrome/browser/interstitials/chrome_controller_client.cc
|
| @@ -147,6 +147,6 @@ void ChromeControllerClient::LaunchDateAndTimeSettings() {
|
| #else
|
| content::BrowserThread::PostTask(
|
| content::BrowserThread::FILE, FROM_HERE,
|
| - base::Bind(&LaunchDateAndTimeSettingsOnFileThread));
|
| + base::BindOnce(&LaunchDateAndTimeSettingsOnFileThread));
|
| #endif
|
| }
|
|
|