summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sessions/sync_session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/sessions/sync_session.cc')
-rw-r--r--chrome/browser/sync/sessions/sync_session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sessions/sync_session.cc b/chrome/browser/sync/sessions/sync_session.cc
index 037917b..930664d 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,