| Index: sync/internal_api/public/sessions/error_counters.h
|
| diff --git a/sync/internal_api/public/sessions/error_counters.h b/sync/internal_api/public/sessions/error_counters.h
|
| index a2f528c5f9ebfad2a6438803cfe1edcbdaee0edd..e513c842f5a8d4d8421a82bbc75b7d690305ac46 100644
|
| --- a/sync/internal_api/public/sessions/error_counters.h
|
| +++ b/sync/internal_api/public/sessions/error_counters.h
|
| @@ -23,8 +23,7 @@ struct ErrorCounters {
|
|
|
| // Records the most recent results of PostCommit and GetUpdates commands.
|
| SyncerError last_download_updates_result;
|
| - SyncerError last_post_commit_result;
|
| - SyncerError last_process_commit_response_result;
|
| + SyncerError commit_result;
|
| };
|
|
|
| } // namespace sessions
|
|
|