commit | 996c125c4031bd0b2c2ebfe181c5e5b4705930d0 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Wed Feb 04 02:25:49 2015 |
committer | Commit bot <[email protected]> | Wed Feb 04 02:27:08 2015 |
tree | a9cec35d7921903bdd42e4b9adfd52e049487570 | |
parent | 89c415666ec3492f1ae0851b9ea95c3a4cb9f38c [diff] |
Update {virtual,override,final} to follow C++11 style. 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 an OS=android build using a variation of https://codereview.chromium.org/598073004. BUG=417463 [email protected] Review URL: https://codereview.chromium.org/867763003 Cr-Commit-Position: refs/heads/master@{#314476}