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

Unified Diff: chrome/browser/extensions/api/identity_private/identity_private_api.h

Issue 666153002: Standardize usage of virtual/override/final in chrome/browser/extensions/ (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: chrome/browser/extensions/api/identity_private/identity_private_api.h
diff --git a/chrome/browser/extensions/api/identity_private/identity_private_api.h b/chrome/browser/extensions/api/identity_private/identity_private_api.h
index 6a1460d29222099bbcf0a9b695623ec16708138c..893f5800e1e03ab0afeafbade10f5425a2661588 100644
--- a/chrome/browser/extensions/api/identity_private/identity_private_api.h
+++ b/chrome/browser/extensions/api/identity_private/identity_private_api.h
@@ -16,10 +16,10 @@ class IdentityPrivateGetStringsFunction : public SyncExtensionFunction {
IdentityPrivateGetStringsFunction();
protected:
- virtual ~IdentityPrivateGetStringsFunction();
+ ~IdentityPrivateGetStringsFunction() override;
// ExtensionFunction:
- virtual bool RunSync() override;
+ bool RunSync() override;
private:
DISALLOW_COPY_AND_ASSIGN(IdentityPrivateGetStringsFunction);
« no previous file with comments | « chrome/browser/extensions/api/identity/web_auth_flow.h ('k') | chrome/browser/extensions/api/idle/idle_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698