summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_basic.h')
-rw-r--r--net/http/http_auth_handler_basic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_basic.h b/net/http/http_auth_handler_basic.h
index 2db2fcb..1424c8f 100644
--- a/net/http/http_auth_handler_basic.h
+++ b/net/http/http_auth_handler_basic.h
@@ -18,7 +18,7 @@ class HttpAuthHandlerBasic : public HttpAuthHandler {
const ProxyInfo*);
protected:
virtual bool Init(std::string::const_iterator challenge_begin,
- std::string::const_iterator challenge_end);
+ std::string::const_iterator challenge_end);
};