Index: content/renderer/pepper/ppb_broker_impl.h |
diff --git a/content/renderer/pepper/ppb_broker_impl.h b/content/renderer/pepper/ppb_broker_impl.h |
index 0e77218b20f5591124507aa95d5a5b1ef5363b64..4b5e7776a4401c9d65cc652367934c5e6ae24419 100644 |
--- a/content/renderer/pepper/ppb_broker_impl.h |
+++ b/content/renderer/pepper/ppb_broker_impl.h |
@@ -33,12 +33,12 @@ class PPB_Broker_Impl : public ppapi::Resource, |
explicit PPB_Broker_Impl(PP_Instance instance); |
// Resource override. |
- virtual ppapi::thunk::PPB_Broker_API* AsPPB_Broker_API() OVERRIDE; |
+ virtual ppapi::thunk::PPB_Broker_API* AsPPB_Broker_API() override; |
// PPB_BrokerTrusted implementation. |
virtual int32_t Connect( |
- scoped_refptr<ppapi::TrackedCallback> connect_callback) OVERRIDE; |
- virtual int32_t GetHandle(int32_t* handle) OVERRIDE; |
+ scoped_refptr<ppapi::TrackedCallback> connect_callback) override; |
+ virtual int32_t GetHandle(int32_t* handle) override; |
// Returns the URL of the document this plug-in runs in. This is necessary to |
// decide whether to grant access to the PPAPI broker. |
@@ -50,7 +50,7 @@ class PPB_Broker_Impl : public ppapi::Resource, |
virtual ~PPB_Broker_Impl(); |
// IPC::Listener implementation. |
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& message) override; |
void OnPpapiBrokerChannelCreated(base::ProcessId broker_pid, |
const IPC::ChannelHandle& handle); |