Index: components/captive_portal/captive_portal_detector.h |
diff --git a/components/captive_portal/captive_portal_detector.h b/components/captive_portal/captive_portal_detector.h |
index 9d41df4e63573256cea13c34be138e1d421a80b5..1e155b737ab1859e6d86e0a9a4a97fed8057c375 100644 |
--- a/components/captive_portal/captive_portal_detector.h |
+++ b/components/captive_portal/captive_portal_detector.h |
@@ -62,7 +62,7 @@ class CAPTIVE_PORTAL_EXPORT CaptivePortalDetector |
friend class CaptivePortalDetectorTestBase; |
// net::URLFetcherDelegate: |
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
+ virtual 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 |