| Index: net/proxy/proxy_script_fetcher_impl.h
|
| diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
|
| index 419293f98e21e7413e25b1d323730e8bd8c892f4..8e9ca3b100137f872f5368abe2c42c0b929497af 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.h
|
| +++ b/net/proxy/proxy_script_fetcher_impl.h
|
| @@ -45,9 +45,9 @@ class ProxyScriptFetcherImpl : public ProxyScriptFetcher,
|
|
|
| // ProxyScriptFetcher methods:
|
| virtual int Fetch(const GURL& url, string16* text,
|
| - CompletionCallback* callback);
|
| - virtual void Cancel();
|
| - virtual URLRequestContext* GetRequestContext();
|
| + CompletionCallback* callback) OVERRIDE;
|
| + virtual void Cancel() OVERRIDE;
|
| + virtual URLRequestContext* GetRequestContext() const OVERRIDE;
|
|
|
| // URLRequest::Delegate methods:
|
| virtual void OnAuthRequired(URLRequest* request,
|
|
|