Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: extensions/shell/browser/default_shell_browser_main_delegate.h

Issue 667153007: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/shell/browser/default_shell_browser_main_delegate.h
diff --git a/extensions/shell/browser/default_shell_browser_main_delegate.h b/extensions/shell/browser/default_shell_browser_main_delegate.h
index 5f7d2affd2f18e42ef5722e87bbdb290be746afc..64e643fbf51eb0510237f06bfe9c170ed1a878cf 100644
--- a/extensions/shell/browser/default_shell_browser_main_delegate.h
+++ b/extensions/shell/browser/default_shell_browser_main_delegate.h
@@ -16,12 +16,12 @@ namespace extensions {
class DefaultShellBrowserMainDelegate : public ShellBrowserMainDelegate {
public:
DefaultShellBrowserMainDelegate();
- virtual ~DefaultShellBrowserMainDelegate();
+ ~DefaultShellBrowserMainDelegate() override;
// ShellBrowserMainDelegate:
- virtual void Start(content::BrowserContext* context) override;
- virtual void Shutdown() override;
- virtual DesktopController* CreateDesktopController() override;
+ void Start(content::BrowserContext* context) override;
+ void Shutdown() override;
+ DesktopController* CreateDesktopController() override;
private:
DISALLOW_COPY_AND_ASSIGN(DefaultShellBrowserMainDelegate);
« no previous file with comments | « extensions/shell/browser/api/shell_identity/shell_identity_api.h ('k') | extensions/shell/browser/shell_app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698