commit | aeb064e5b440ae5cfcf380dc74e1614629479305 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Tue Jan 20 20:56:38 2015 |
committer | Commit bot <[email protected]> | Tue Jan 20 20:58:21 2015 |
tree | e90974344f96f7e379cb15bf2c8fad82bb1b9d6a | |
parent | b4a495753c1c291ca0209c2765e6562a723c5959 [diff] |
Update {virtual,override,final} to follow C++11 style in chromeos/network. 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 [email protected] Review URL: https://codereview.chromium.org/799753007 Cr-Commit-Position: refs/heads/master@{#312270}