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