| Index: sync/engine/process_commit_response_command.cc
|
| diff --git a/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc
|
| index 26be7766d8e8c05d321c9033426a6c7774b260fb..26dca0e28ec90e5b9185ffb4269b0b1365875202 100644
|
| --- a/sync/engine/process_commit_response_command.cc
|
| +++ b/sync/engine/process_commit_response_command.cc
|
| @@ -134,7 +134,7 @@ SyncerError ProcessCommitResponseCommand::ProcessCommitResponse(
|
| case CommitResponse::SUCCESS:
|
| // TODO(sync): worry about sync_rate_ rate calc?
|
| ++successes;
|
| - if (commit_set_.GetModelTypeAt(proj[i]) == syncable::BOOKMARKS)
|
| + if (commit_set_.GetModelTypeAt(proj[i]) == syncer::BOOKMARKS)
|
| status->increment_num_successful_bookmark_commits();
|
| status->increment_num_successful_commits();
|
| break;
|
|
|