Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ppapi / proxy / host_dispatcher.h
index 3285c4a..345f8ea 100644 (file)
@@ -85,8 +85,8 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher {
   virtual bool Send(IPC::Message* msg);
 
   // IPC::Listener.
-  virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
-  virtual void OnChannelError() OVERRIDE;
+  virtual bool OnMessageReceived(const IPC::Message& msg) override;
+  virtual void OnChannelError() override;
 
   // Proxied version of calling GetInterface on the plugin. This will check
   // if the plugin supports the given interface (with caching) and returns the