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

Unified Diff: net/http/http_auth_cache_unittest.cc

Issue 8990001: base::Bind: Convert most of net/http. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang. 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
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/socket/socket_test_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_cache_unittest.cc
diff --git a/net/http/http_auth_cache_unittest.cc b/net/http/http_auth_cache_unittest.cc
index cd1e5be98c963e6c933cf4b4c2b6b5c6f4f73997..d782f5ecba14801a3ede0b59459ec071d60654fc 100644
--- a/net/http/http_auth_cache_unittest.cc
+++ b/net/http/http_auth_cache_unittest.cc
@@ -42,7 +42,7 @@ class MockAuthHandler : public HttpAuthHandler {
virtual int GenerateAuthTokenImpl(const AuthCredentials*,
const HttpRequestInfo*,
- OldCompletionCallback* callback,
+ const CompletionCallback& callback,
std::string* auth_token) {
*auth_token = "mock-credentials";
return OK;
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/socket/socket_test_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698