Update {virtual,override} to follow C++11 style in sync.
commit7a69aba4fdece17645148f37ad2582174aa64c97
authornick <nick@chromium.org>
Thu, 23 Apr 2015 16:39:18 +0000 (23 09:39 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Apr 2015 16:39:22 +0000 (23 16:39 +0000)
tree67cc4f412a0a379009bb02a0c132fe5828cf38d7
parent8dc3c0df9991e710e805f14fa57ad48b84d1c5e8
Update {virtual,override} to follow C++11 style in sync.

The Google style guide states that only one of {virtual,override,final} should be used for each declaration, since override implies virtual and final implies both virtual and override.

This patch was manually generated using a regex and a text editor.

BUG=417463

Review URL: https://codereview.chromium.org/1104543005

Cr-Commit-Position: refs/heads/master@{#326541}
sync/internal_api/sync_backup_manager_unittest.cc
sync/internal_api/sync_manager_impl_unittest.cc
sync/internal_api/sync_rollback_manager_unittest.cc