| Index: chrome/browser/sync/engine/syncer_command.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_command.cc b/chrome/browser/sync/engine/syncer_command.cc
|
| index d4cae8dab177078f7ec63213cdc3f0196ca8203f..77c7d92589433db2e30387e8e5302c781b406a51 100644
|
| --- a/chrome/browser/sync/engine/syncer_command.cc
|
| +++ b/chrome/browser/sync/engine/syncer_command.cc
|
| @@ -27,7 +27,7 @@ void SyncerCommand::SendNotifications(SyncSession* session) {
|
| return;
|
| }
|
|
|
| - if (session->status_controller()->TestAndClearIsDirty()) {
|
| + if (session->mutable_status_controller()->TestAndClearIsDirty()) {
|
| SyncEngineEvent event(SyncEngineEvent::STATUS_CHANGED);
|
| const sessions::SyncSessionSnapshot& snapshot(session->TakeSnapshot());
|
| event.snapshot = &snapshot;
|
|
|