Index: ppapi/host/ppapi_host.h |
diff --git a/ppapi/host/ppapi_host.h b/ppapi/host/ppapi_host.h |
index 4280c3cb74553efe05481c54833d7d6ff6351af1..3df435a16cd28200873f5c4565ff71eb4a2cb666 100644 |
--- a/ppapi/host/ppapi_host.h |
+++ b/ppapi/host/ppapi_host.h |
@@ -51,10 +51,10 @@ class PPAPI_HOST_EXPORT PpapiHost : public IPC::Sender, public IPC::Listener { |
const PpapiPermissions& permissions() const { return permissions_; } |
// Sender implementation. Forwards to the sender_. |
- virtual bool Send(IPC::Message* msg) OVERRIDE; |
+ virtual bool Send(IPC::Message* msg) override; |
// Listener implementation. |
- virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& msg) override; |
// Sends the given reply message to the plugin. |
void SendReply(const ReplyMessageContext& context, |