| Index: chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc b/chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc
|
| index c1a0b57f74a39554b74b131af51fc4f0183bfde9..8c9e2b1b5e0545c97f59bc406a309cd3665c62e4 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc
|
| @@ -39,8 +39,8 @@ namespace {
|
| const char kAppID[] = "app_id";
|
|
|
| void EmptyTask(SyncStatusCode status, const SyncStatusCallback& callback) {
|
| - base::ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE,
|
| - base::Bind(callback, status));
|
| + base::ThreadTaskRunnerHandle::Get()->PostTask(
|
| + FROM_HERE, base::BindOnce(callback, status));
|
| }
|
|
|
| } // namespace
|
|
|