| Index: chrome/browser/sync/engine/sync_scheduler.cc
|
| diff --git a/chrome/browser/sync/engine/sync_scheduler.cc b/chrome/browser/sync/engine/sync_scheduler.cc
|
| index dea4a18f6ddb10d7a8edeb8e3b16df323b279b1a..d1887840f37d7851470b360c3cd0182ff5d4d1e0 100644
|
| --- a/chrome/browser/sync/engine/sync_scheduler.cc
|
| +++ b/chrome/browser/sync/engine/sync_scheduler.cc
|
| @@ -762,7 +762,7 @@ void SyncScheduler::DoSyncSessionJob(const SyncSessionJob& job) {
|
| // and update any disabled or modified entries in the job.
|
| scoped_ptr<SyncSession> session(CreateSyncSession(job.session->source()));
|
|
|
| - job.session->RebaseRoutingInfoWithLatest(session.get());
|
| + job.session->RebaseRoutingInfoWithLatest(*session);
|
| }
|
| SVLOG(2) << "DoSyncSessionJob with "
|
| << SyncSessionJob::GetPurposeString(job.purpose) << " job";
|
|
|