Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / resolve_proxy_msg_helper.h
index 167d946..f076d97 100644 (file)
@@ -38,14 +38,14 @@ class CONTENT_EXPORT ResolveProxyMsgHelper : public BrowserMessageFilter {
   explicit ResolveProxyMsgHelper(net::ProxyService* proxy_service);
 
   // BrowserMessageFilter implementation
-  virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+  bool OnMessageReceived(const IPC::Message& message) override;
 
   void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
 
  protected:
   // Destruction cancels the current outstanding request, and clears the
   // pending queue.
-  virtual ~ResolveProxyMsgHelper();
+  ~ResolveProxyMsgHelper() override;
 
  private:
   // Callback for the ProxyService (bound to |callback_|).