| Index: sync/engine/syncer.cc
|
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
|
| index 78178c5ac21f5b24424c5162dabd656703f0386e..fa42b3099452dd855676025c89ec131508a34b16 100644
|
| --- a/sync/engine/syncer.cc
|
| +++ b/sync/engine/syncer.cc
|
| @@ -36,7 +36,6 @@ using sync_pb::ClientCommand;
|
|
|
| namespace syncer {
|
|
|
| -using sessions::ScopedSessionContextConflictResolver;
|
| using sessions::StatusController;
|
| using sessions::SyncSession;
|
| using syncable::IS_UNAPPLIED_UPDATE;
|
| @@ -86,8 +85,6 @@ void Syncer::RequestEarlyExit() {
|
| void Syncer::SyncShare(sessions::SyncSession* session,
|
| SyncerStep first_step,
|
| SyncerStep last_step) {
|
| - ScopedSessionContextConflictResolver scoped(session->context(),
|
| - &resolver_);
|
| session->mutable_status_controller()->UpdateStartTime();
|
| SyncerStep current_step = first_step;
|
|
|
|
|