Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / test / url_request / url_request_failed_job.h
index 6d3cf2d..4307f91 100644 (file)
@@ -22,7 +22,7 @@ class URLRequestFailedJob : public URLRequestJob {
                       NetworkDelegate* network_delegate,
                       int net_error);
 
-  virtual void Start() OVERRIDE;
+  void Start() override;
 
   // Adds the testing URLs to the URLRequestFilter.
   static void AddUrlHandler();
@@ -42,7 +42,7 @@ class URLRequestFailedJob : public URLRequestJob {
                                          const std::string& hostname);
 
  protected:
-  virtual ~URLRequestFailedJob();
+  ~URLRequestFailedJob() override;
 
  private:
   static URLRequestJob* Factory(URLRequest* request,