Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / captive_portal / captive_portal_detector.h
index 9d41df4..fdbb784 100644 (file)
@@ -49,7 +49,7 @@ class CAPTIVE_PORTAL_EXPORT CaptivePortalDetector
 
   explicit CaptivePortalDetector(
       const scoped_refptr<net::URLRequestContextGetter>& request_context);
-  virtual ~CaptivePortalDetector();
+  ~CaptivePortalDetector() override;
 
   // Triggers a check for a captive portal. After completion, runs the
   // |callback|.
@@ -62,7 +62,7 @@ class CAPTIVE_PORTAL_EXPORT CaptivePortalDetector
   friend class CaptivePortalDetectorTestBase;
 
   // net::URLFetcherDelegate:
-  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+  void OnURLFetchComplete(const net::URLFetcher* source) override;
 
   // Takes a net::URLFetcher that has finished trying to retrieve the
   // test URL, and fills a Results struct based on its result.  If the