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

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

Issue 624153002: replace OVERRIDE and FINAL with override and 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 8256337bd0b409645d9fe788bbac21e32160bc66..6a1460d29222099bbcf0a9b695623ec16708138c 100644
--- a/chrome/browser/extensions/api/identity_private/identity_private_api.h
+++ b/chrome/browser/extensions/api/identity_private/identity_private_api.h
@@ -19,7 +19,7 @@ class IdentityPrivateGetStringsFunction : public SyncExtensionFunction {
virtual ~IdentityPrivateGetStringsFunction();
// ExtensionFunction:
- virtual bool RunSync() OVERRIDE;
+ virtual 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