| Index: chrome/browser/sync/sessions/sync_session.cc
|
| diff --git a/chrome/browser/sync/sessions/sync_session.cc b/chrome/browser/sync/sessions/sync_session.cc
|
| index 037917b6e5d1ee8ee847e37327653632935e70e3..930664d122b09688d740935168f351615f64e4a7 100644
|
| --- a/chrome/browser/sync/sessions/sync_session.cc
|
| +++ b/chrome/browser/sync/sessions/sync_session.cc
|
| @@ -108,7 +108,7 @@ SyncSessionSnapshot SyncSession::TakeSnapshot() const {
|
|
|
| return SyncSessionSnapshot(
|
| status_controller_->syncer_status(),
|
| - status_controller_->error_counters(),
|
| + status_controller_->error(),
|
| status_controller_->num_server_changes_remaining(),
|
| is_share_useable,
|
| initial_sync_ended,
|
|
|