Update {virtual,override,final} to follow C++11 style in remoting.
commit4bf13035ab1d276bb3b9a576963012b80a3a1749
authordcheng <dcheng@chromium.org>
Fri, 6 Feb 2015 02:04:31 +0000 (5 18:04 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 02:05:38 +0000 (6 02:05 +0000)
treec4203e683a63cd601e927af52672af8b78b52a86
parentaef52682b97c29f94ceb9a9750e29eecad58b416
Update {virtual,override,final} to follow C++11 style in remoting.

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

Cr-Commit-Position: refs/heads/master@{#314944}
remoting/client/jni/chromoting_jni_instance.h
remoting/client/jni/jni_frame_consumer.h