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

Unified Diff: extensions/common/permissions/socket_permission.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/common/permissions/socket_permission.h
diff --git a/extensions/common/permissions/socket_permission.h b/extensions/common/permissions/socket_permission.h
index 2bfea7cd48146f79c76a41d7cbe95726de9638b7..5077efde301cd75bed209de4bc63a8ba99f4c6d1 100644
--- a/extensions/common/permissions/socket_permission.h
+++ b/extensions/common/permissions/socket_permission.h
@@ -29,7 +29,7 @@ class SocketPermission
virtual ~SocketPermission();
// Returns the localized permission messages of this permission.
- virtual PermissionMessages GetMessages() const OVERRIDE;
+ virtual PermissionMessages GetMessages() const override;
private:
bool AddAnyHostMessage(PermissionMessages& messages) const;
« no previous file with comments | « extensions/common/permissions/settings_override_permission.h ('k') | extensions/common/permissions/usb_device_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698