Index: net/proxy/proxy_script_fetcher.h |
diff --git a/net/proxy/proxy_script_fetcher.h b/net/proxy/proxy_script_fetcher.h |
index 0a28065ceca6b9af7d4d78c8532a39429064dace..bf33bcb5179700a1ecd9daf69fb2d3f3b5f82a13 100644 |
--- a/net/proxy/proxy_script_fetcher.h |
+++ b/net/proxy/proxy_script_fetcher.h |
@@ -48,7 +48,7 @@ class ProxyScriptFetcher { |
// Returns the request context that this fetcher uses to issue downloads, |
// or NULL. |
- virtual URLRequestContext* GetRequestContext() { return NULL; } |
+ virtual URLRequestContext* GetRequestContext() = 0; |
}; |
} // namespace net |