Index: chrome/common/net/url_fetcher.h |
diff --git a/chrome/common/net/url_fetcher.h b/chrome/common/net/url_fetcher.h |
index 79234ca687f12cd8e0c84a729db434c6c6e0f0fb..1a96f91b37ecdc4de159b45ae58323d117fe5a93 100644 |
--- a/chrome/common/net/url_fetcher.h |
+++ b/chrome/common/net/url_fetcher.h |
@@ -140,7 +140,8 @@ class URLFetcher { |
// Set the URLRequestContext on the request. Must be called before the |
// request is started. |
- void set_request_context(URLRequestContextGetter* request_context_getter); |
+ virtual void set_request_context( |
+ URLRequestContextGetter* request_context_getter); |
// If |retry| is false, 5xx responses will be propagated to the observer, |
// if it is true URLFetcher will automatically re-execute the request, |