Chromium Code Reviews| Index: sync/engine/syncer.cc |
| diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc |
| index ac6b5eb787e354f94b2d5daab3f6ae9c1b631088..906e9ba42194ebf3fd91ca6ca020960eb3608c81 100644 |
| --- a/sync/engine/syncer.cc |
| +++ b/sync/engine/syncer.cc |
| @@ -182,7 +182,8 @@ void Syncer::SyncShare(sessions::SyncSession* session, |
| break; |
| } |
| case COMMIT: { |
| - BuildAndPostCommits(this, session); |
| + session->mutable_status_controller()->set_commit_result( |
| + BuildAndPostCommits(this, session)); |
|
tim (not reviewing)
2012/06/05 19:18:25
nit- indent
rlarocque
2012/06/05 20:51:14
Done.
|
| next_step = RESOLVE_CONFLICTS; |
| break; |
| } |