commit | 0ec9f9fbbc048a0a05b74cad9c6ee795f89bb641 | [log] [tgz] |
---|---|---|
author | nick <[email protected]> | Thu Apr 23 16:43:07 2015 |
committer | Commit bot <[email protected]> | Thu Apr 23 16:43:30 2015 |
tree | 6f09930fb9431138e56ef5b847a97479ad1b160e | |
parent | d60f71748cc8d3fdfa30811b6896df6e4113d15a [diff] |
Update {virtual,override} to follow C++11 style in extensions. 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 manually generated using a regex and a text editor. BUG=417463 Review URL: https://codereview.chromium.org/1104543004 Cr-Commit-Position: refs/heads/master@{#326545}