Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/app_mode.
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=417463R=achuith@chromium.org
Committed: https://crrev.com/6740e67a815510b2a563dec1d7c9de256ad6d3ee
Cr-Commit-Position: refs/heads/master@{#311795}
Issue 827293003: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/app_mode.
(Closed)
Created 5 years, 11 months ago by dcheng
Modified 5 years, 11 months ago
Reviewers: achuithb
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 2