Update {virtual,override,final} to follow C++11 style in tools.
commitaef52682b97c29f94ceb9a9750e29eecad58b416
authordcheng <dcheng@chromium.org>
Fri, 6 Feb 2015 01:55:54 +0000 (5 17:55 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 01:56:56 +0000 (6 01:56 +0000)
tree4a1354a460ea8768e29ad12d12b33e3644f83f93
parente66bc5de9f4ca9a6f3c0a46547fdaf496cbb3ce6
Update {virtual,override,final} to follow C++11 style in tools.

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

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

Cr-Commit-Position: refs/heads/master@{#314943}
tools/android/forwarder2/device_forwarder_main.cc
tools/android/forwarder2/host_forwarder_main.cc
tools/android/heap_profiler/heap_profiler_unittest.cc