Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / android / xwalk_download_resource_throttle.h
index 7f5c261..3bd79ae 100644 (file)
@@ -23,8 +23,8 @@ class XWalkDownloadResourceThrottle : public content::ResourceThrottle {
                                 int request_id);
   virtual ~XWalkDownloadResourceThrottle();
 
-  virtual void WillStartRequest(bool* defer) OVERRIDE;
-  virtual void WillProcessResponse(bool* defer) OVERRIDE;
+  void WillStartRequest(bool* defer) override;
+  void WillProcessResponse(bool* defer) override;
 
  private:
   const net::URLRequest* request_;