Update {virtual,override,final} to follow C++11 style in media, round 2.
commit3c3e12faa0908b087303764d76bc99baa8e40183
authordcheng <dcheng@chromium.org>
Fri, 23 Jan 2015 08:41:50 +0000 (23 00:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 23 Jan 2015 08:42:51 +0000 (23 08:42 +0000)
treedbc26f1b9657383161049cdec260debd99641740
parent398e668c7db72bf5976c284345840b2b0d26464d
Update {virtual,override,final} to follow C++11 style in media, round 2.

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 a ChromeOS build using a
variation of https://codereview.chromium.org/598073004.

BUG=417463

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

Cr-Commit-Position: refs/heads/master@{#312798}
media/video/capture/linux/video_capture_device_chromeos.cc
media/video/capture/linux/video_capture_device_chromeos.h