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

Unified Diff: ppapi/host/resource_host.h

Issue 630883002: replace OVERRIDE and FINAL with override and final in ppapi/ (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
« no previous file with comments | « ppapi/host/ppapi_host.h ('k') | ppapi/host/resource_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/host/resource_host.h
diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
index a2d3885a8288fdda866e06913c627d81eb1f51aa..517cf0a331f67d055542082c61fc6a098c61f521 100644
--- a/ppapi/host/resource_host.h
+++ b/ppapi/host/resource_host.h
@@ -41,7 +41,7 @@ class PPAPI_HOST_EXPORT ResourceHost : public ResourceMessageHandler {
// handled by these filters then the host's own message handler is run. True
// is always returned (the message will always be handled in some way).
virtual bool HandleMessage(const IPC::Message& msg,
- HostMessageContext* context) OVERRIDE;
+ HostMessageContext* context) override;
// Sets the PP_Resource ID when the plugin attaches to a pending resource
// host. This will notify subclasses by calling
@@ -52,7 +52,7 @@ class PPAPI_HOST_EXPORT ResourceHost : public ResourceMessageHandler {
void SetPPResourceForPendingHost(PP_Resource pp_resource);
virtual void SendReply(const ReplyMessageContext& context,
- const IPC::Message& msg) OVERRIDE;
+ const IPC::Message& msg) override;
// Simple RTTI. A subclass that is a host for one of these APIs will override
// the appropriate function and return true.
« no previous file with comments | « ppapi/host/ppapi_host.h ('k') | ppapi/host/resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698