| commit | bc76161f2f357116c647446afdc4de083712224a | [log] [tgz] |
|---|---|---|
| author | nick <[email protected]> | Mon Apr 27 23:30:46 2015 |
| committer | Commit bot <[email protected]> | Mon Apr 27 23:30:45 2015 |
| tree | 16b369057cc72e276332aa277fcd116d3273e0f5 | |
| parent | 55ef921cb46ae2b1a95ddda8a376120db53eee69 [diff] |
Update {virtual,override} to follow C++11 style in printing.
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/1101023002
Cr-Commit-Position: refs/heads/master@{#327173}