| Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| index 73ceb901e1a401b90302d3cd9b31a6bb8879d501..124e7dc9e11ebdcda498fc378f40304239160667 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
|
| @@ -113,7 +113,7 @@ void RemoteToLocalSyncer::RunExclusive(const SyncStatusCallback& callback) {
|
|
|
| util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
| "[Remote -> Local] Nothing to do.");
|
| - base::MessageLoopProxy::current()->PostTask(
|
| + sync_context_->GetWorkerTaskRunner()->PostTask(
|
| FROM_HERE,
|
| base::Bind(callback, SYNC_STATUS_NO_CHANGE_TO_SYNC));
|
| }
|
|
|