Update {virtual,override,final} to follow C++11 style.

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 automatically generated with an OS=android build using a
variation of https://codereview.chromium.org/598073004.

BUG=417463
R=michaelbai@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#314487}
26 files changed