Chromium Code Reviews| Index: net/proxy/proxy_script_fetcher.h |
| diff --git a/net/proxy/proxy_script_fetcher.h b/net/proxy/proxy_script_fetcher.h |
| index 9829316e62636abe62ca74ed2f2ae8d07050b160..e42d979f982233f3427a8239a082e7e712e45b58 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 URLRequestContext* GetRequestContext() = 0; |
| + virtual net::URLRequestContext* GetRequestContext() = 0; |
|
wtc
2011/01/15 17:54:23
Undo this change (already in the 'net' namespace).
|
| }; |
| } // namespace net |