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

Unified Diff: extensions/browser/api/execute_code_function.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in 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: extensions/browser/api/execute_code_function.h
diff --git a/extensions/browser/api/execute_code_function.h b/extensions/browser/api/execute_code_function.h
index 203acb9baf2e4fd5ced5742dccc36219a28eebd9..611b4205c6175420cc96088c77a69352b54f10a3 100644
--- a/extensions/browser/api/execute_code_function.h
+++ b/extensions/browser/api/execute_code_function.h
@@ -22,8 +22,8 @@ class ExecuteCodeFunction : public AsyncExtensionFunction {
virtual ~ExecuteCodeFunction();
// ExtensionFunction implementation.
- virtual bool HasPermission() OVERRIDE;
- virtual bool RunAsync() OVERRIDE;
+ virtual bool HasPermission() override;
+ virtual bool RunAsync() override;
// Initialize |details_| if it hasn't already been.
virtual bool Init() = 0;
« no previous file with comments | « extensions/browser/api/dns/dns_apitest.cc ('k') | extensions/browser/api/guest_view/guest_view_internal_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698