summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_controller_unittest.cc')
-rw-r--r--net/http/http_auth_controller_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_auth_controller_unittest.cc b/net/http/http_auth_controller_unittest.cc
index f93b698..d1c82dc 100644
--- a/net/http/http_auth_controller_unittest.cc
+++ b/net/http/http_auth_controller_unittest.cc
@@ -77,7 +77,7 @@ void RunSingleRoundAuthTest(HandlerRunMode run_mode,
controller->ResetAuth(string16(), string16());
EXPECT_TRUE(controller->HaveAuth());
- TestCompletionCallback callback;
+ TestOldCompletionCallback callback;
EXPECT_EQ((run_mode == RUN_HANDLER_ASYNC)? ERR_IO_PENDING:
expected_controller_rv,
controller->MaybeGenerateAuthToken(&request, &callback,
@@ -145,7 +145,7 @@ TEST(HttpAuthControllerTest, NoExplicitCredentialsAllowed) {
virtual int GenerateAuthTokenImpl(const string16* username,
const string16* password,
const HttpRequestInfo* request,
- CompletionCallback* callback,
+ OldCompletionCallback* callback,
std::string* auth_token) OVERRIDE {
int result =
HttpAuthHandlerMock::GenerateAuthTokenImpl(username, password,