DescriptionUpdate {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/options.
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=thakis@chromium.org
Committed: https://crrev.com/6da56b3fcd5e45cd72a28bc88a2c2c42ebbfc59b
Cr-Commit-Position: refs/heads/master@{#311763}
Patch Set 1 #Messages
Total messages: 6 (1 generated)
|