commit | 8ccc40cc9bf1d9bb5a83e7ac49a3802d665f12d3 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Fri Jan 23 01:47:56 2015 |
committer | Commit bot <[email protected]> | Fri Jan 23 01:49:01 2015 |
tree | d86336eb14394a1fa2f4c19771313a3a515356be | |
parent | 90b41f569db5cff7a8b8d170b81516dd006f57ba [diff] |
Update {virtual,override,final} to follow C++11 style in net, 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/867793002 Cr-Commit-Position: refs/heads/master@{#312739}