Index: chrome/browser/sync/engine/sync_scheduler.cc |
=================================================================== |
--- chrome/browser/sync/engine/sync_scheduler.cc (revision 112854) |
+++ chrome/browser/sync/engine/sync_scheduler.cc (working copy) |
@@ -762,7 +762,7 @@ |
// and update any disabled or modified entries in the job. |
scoped_ptr<SyncSession> session(CreateSyncSession(job.session->source())); |
- job.session->RebaseRoutingInfoWithLatest(*session); |
+ job.session->RebaseRoutingInfoWithLatest(session.get()); |
} |
SDVLOG(2) << "DoSyncSessionJob with " |
<< SyncSessionJob::GetPurposeString(job.purpose) << " job"; |