Index: net/ocsp/nss_ocsp_unittest.cc |
diff --git a/net/ocsp/nss_ocsp_unittest.cc b/net/ocsp/nss_ocsp_unittest.cc |
index 0201ad185c36833900462df9ff02063f2811cab4..3df446ece53b19a89a8037383e1d23dfaf20f901 100644 |
--- a/net/ocsp/nss_ocsp_unittest.cc |
+++ b/net/ocsp/nss_ocsp_unittest.cc |
@@ -49,7 +49,7 @@ class AiaResponseHandler : public net::URLRequestInterceptor { |
// net::URLRequestInterceptor implementation: |
virtual net::URLRequestJob* MaybeInterceptRequest( |
net::URLRequest* request, |
- net::NetworkDelegate* network_delegate) const OVERRIDE { |
+ net::NetworkDelegate* network_delegate) const override { |
++const_cast<AiaResponseHandler*>(this)->request_count_; |
return new net::URLRequestTestJob( |