| Index: ppapi/proxy/ppb_flash_message_loop_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_message_loop_proxy.h b/ppapi/proxy/ppb_flash_message_loop_proxy.h
|
| index 238f106ddc58787efd6fdb21e1a075805c14da8b..9dfcca99c9dab24f1b86a555d96db622eb0b5ff7 100644
|
| --- a/ppapi/proxy/ppb_flash_message_loop_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_message_loop_proxy.h
|
| @@ -33,7 +33,7 @@ class PPB_Flash_MessageLoop_Proxy
|
| static PP_Resource CreateProxyResource(PP_Instance instance);
|
|
|
| // InterfaceProxy implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| static const ApiID kApiID = API_ID_PPB_FLASH_MESSAGELOOP;
|
|
|
|
|