Update {virtual,override,final} to follow C++11 style in base.
commit8e3e03ecaadd10689ee34e65dce9d39cef123d65
authordcheng <dcheng@chromium.org>
Fri, 6 Feb 2015 03:32:20 +0000 (5 19:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 03:33:22 +0000 (6 03:33 +0000)
treed3cfb727aab88d146b41d45ba0bd86e80508a724
parent5b459de080948b999f50194e468c38c8d71e8384
Update {virtual,override,final} to follow C++11 style in base.

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/900613004

Cr-Commit-Position: refs/heads/master@{#314951}
base/android/scoped_java_ref_unittest.cc
base/android/trace_event_binding.cc
base/memory/discardable_memory_ashmem.h
base/message_loop/message_pump_android.h
base/test/test_support_android.cc