| Index: net/proxy/dhcp_proxy_script_fetcher.cc
|
| diff --git a/net/proxy/dhcp_proxy_script_fetcher.cc b/net/proxy/dhcp_proxy_script_fetcher.cc
|
| index 2d6f52614d70dec34f5daebbee613bfbce629845..a13c1c4c34b1008ce2c64792ed31d1c5a4be7f88 100644
|
| --- a/net/proxy/dhcp_proxy_script_fetcher.cc
|
| +++ b/net/proxy/dhcp_proxy_script_fetcher.cc
|
| @@ -24,8 +24,8 @@ DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {
|
| DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {
|
| }
|
|
|
| -int DoNothingDhcpProxyScriptFetcher::Fetch(string16* utf16_text,
|
| - OldCompletionCallback* callback) {
|
| +int DoNothingDhcpProxyScriptFetcher::Fetch(
|
| + string16* utf16_text, const CompletionCallback& callback) {
|
| return ERR_NOT_IMPLEMENTED;
|
| }
|
|
|
|
|