Update {virtual,override} to follow C++11 style in content/renderer/media.
commitaf05b2a50818299ef27c8fc84fd2f65b37401329
authornick <nick@chromium.org>
Sat, 25 Apr 2015 15:40:24 +0000 (25 08:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 25 Apr 2015 15:40:34 +0000 (25 15:40 +0000)
tree509d5e0ed7b8213d7b91108834d21f4f85ec51fb
parent8cbea05bcd64f3a778d92435b6102e82c2cb435b
Update {virtual,override} to follow C++11 style in content/renderer/media.

This CL has just two files which got some extra "while I'm in there" cleanup while doing mechanical fixups across the codebase.

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.

BUG=417463

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

Cr-Commit-Position: refs/heads/master@{#326972}
content/renderer/media/mock_peer_connection_impl.h
content/renderer/media/rtc_data_channel_handler.h