| Index: sync/sessions/session_state.cc
|
| diff --git a/sync/sessions/session_state.cc b/sync/sessions/session_state.cc
|
| index ba9931fcd430729fefe16fe94cefdb7cea061101..87d65c92b03beae475557d6deedf67d37a01f9d3 100644
|
| --- a/sync/sessions/session_state.cc
|
| +++ b/sync/sessions/session_state.cc
|
| @@ -77,8 +77,7 @@ DictionaryValue* SyncerStatus::ToValue() const {
|
|
|
| ErrorCounters::ErrorCounters()
|
| : last_download_updates_result(UNSET),
|
| - last_post_commit_result(UNSET),
|
| - last_process_commit_response_result(UNSET) {
|
| + commit_result(UNSET) {
|
| }
|
|
|
| SyncSessionSnapshot::SyncSessionSnapshot()
|
|
|