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

Unified Diff: extensions/shell/browser/api/shell_identity/shell_identity_api.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/api/shell_identity/shell_identity_api.h
diff --git a/extensions/shell/browser/api/shell_identity/shell_identity_api.h b/extensions/shell/browser/api/shell_identity/shell_identity_api.h
index 999fe722f3c5387a9b06ae2fa5f2c3757f1aa7b9..db8f5a5f75fe64435e0d86ccce53339e74e9629f 100644
--- a/extensions/shell/browser/api/shell_identity/shell_identity_api.h
+++ b/extensions/shell/browser/api/shell_identity/shell_identity_api.h
@@ -18,10 +18,10 @@ class ShellIdentityGetAuthTokenFunction : public UIThreadExtensionFunction {
ShellIdentityGetAuthTokenFunction();
protected:
- virtual ~ShellIdentityGetAuthTokenFunction();
+ ~ShellIdentityGetAuthTokenFunction() override;
// ExtensionFunction:
- virtual ResponseAction Run() override;
+ ResponseAction Run() override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellIdentityGetAuthTokenFunction);
« no previous file with comments | « extensions/shell/app/shell_main_delegate.h ('k') | extensions/shell/browser/default_shell_browser_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698