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

Unified Diff: net/url_request/url_request.h

Issue 8743019: base::Bind: Convert net::NetworkDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/url_request/url_request.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 44b8d68041393a9712c00b4a6d3a31d56d59aba0..3deb198f58f4a938f09493f2ad41e03f588019c3 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -800,7 +800,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe) {
// Callback passed to the network delegate to notify us when a blocked request
// is ready to be resumed or canceled.
- OldCompletionCallbackImpl<URLRequest> before_request_callback_;
+ CompletionCallback before_request_callback_;
// Safe-guard to ensure that we do not send multiple "I am completed"
// messages to network delegate.

Powered by Google App Engine
This is Rietveld 408576698