Index: net/http/http_auth_handler_digest.h |
=================================================================== |
--- net/http/http_auth_handler_digest.h (revision 31079) |
+++ net/http/http_auth_handler_digest.h (working copy) |
@@ -31,6 +31,8 @@ |
FRIEND_TEST(HttpAuthHandlerDigestTest, ParseChallenge); |
FRIEND_TEST(HttpAuthHandlerDigestTest, AssembleCredentials); |
+ ~HttpAuthHandlerDigest() {} |
eroman
2009/11/05 20:52:19
nit: move this below the enums.
jam
2009/11/05 21:56:02
Done.
|
+ |
// Possible values for the "algorithm" property. |
enum DigestAlgorithm { |
// No algorithm was specified. According to RFC 2617 this means |