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