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