Index: chrome/browser/captive_portal/captive_portal_service.h |
diff --git a/chrome/browser/captive_portal/captive_portal_service.h b/chrome/browser/captive_portal/captive_portal_service.h |
index 514361ec399fff6d3088865765dca6b403dcc3d0..8131f62b7aecd1e1306b9ec5b812c98ff53b9fab 100644 |
--- a/chrome/browser/captive_portal/captive_portal_service.h |
+++ b/chrome/browser/captive_portal/captive_portal_service.h |
@@ -114,7 +114,7 @@ class CaptivePortalService : public KeyedService, public base::NonThreadSafe { |
const captive_portal::CaptivePortalDetector::Results& results); |
// KeyedService: |
- virtual void Shutdown() OVERRIDE; |
+ virtual void Shutdown() override; |
// Called when a captive portal check completes. Passes the result to all |
// observers. |