Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / captive_portal / captive_portal_service.cc
index 01a9e52..93c37a8 100644 (file)
@@ -151,7 +151,7 @@ class CaptivePortalService::RecheckBackoffEntry : public net::BackoffEntry {
   }
 
  private:
-  virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE {
+  base::TimeTicks ImplGetTimeNow() const override {
     return captive_portal_service_->GetCurrentTimeTicks();
   }