diff options
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl_unittest.cc')
-rw-r--r-- | net/proxy/proxy_script_fetcher_impl_unittest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc index f7bf5ef..9e39fb8 100644 --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc @@ -51,11 +51,13 @@ class CheckNoRevocationFlagSetInterceptor : } virtual URLRequestJob* MaybeInterceptRedirect(const GURL& location, - URLRequest* request) const { + URLRequest* request) + const OVERRIDE { return NULL; } - virtual URLRequestJob* MaybeInterceptResponse(URLRequest* request) const { + virtual URLRequestJob* MaybeInterceptResponse(URLRequest* request) + const OVERRIDE{ return NULL; } }; |