Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: net/proxy/dhcp_proxy_script_fetcher.cc

Issue 8985012: base::Bind: Convert net/proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698