DescriptionUpdate {virtual,override,final} to follow C++11 style chrome/browser/chromeos/net.
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
R=xiyuan@chromium.org
Committed: https://crrev.com/e099f7cfd7a940d60592bff5f3ebb6b6c9fe2a8a
Cr-Commit-Position: refs/heads/master@{#311760}
Patch Set 1 #Messages
Total messages: 10 (3 generated)
|