diff options
Diffstat (limited to 'net/proxy/mock_proxy_script_fetcher.h')
| -rw-r--r-- | net/proxy/mock_proxy_script_fetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/mock_proxy_script_fetcher.h b/net/proxy/mock_proxy_script_fetcher.h index bd6ac42..9ddd780 100644 --- a/net/proxy/mock_proxy_script_fetcher.h +++ b/net/proxy/mock_proxy_script_fetcher.h @@ -25,7 +25,7 @@ class MockProxyScriptFetcher : public ProxyScriptFetcher { // ProxyScriptFetcher implementation. virtual int Fetch(const GURL& url, string16* text, - CompletionCallback* callback) OVERRIDE; + OldCompletionCallback* callback) OVERRIDE; virtual void Cancel() OVERRIDE; virtual URLRequestContext* GetRequestContext() const OVERRIDE; @@ -35,7 +35,7 @@ class MockProxyScriptFetcher : public ProxyScriptFetcher { private: GURL pending_request_url_; - CompletionCallback* pending_request_callback_; + OldCompletionCallback* pending_request_callback_; string16* pending_request_text_; }; |
