| Index: net/http/http_auth.h
|
| diff --git a/net/http/http_auth.h b/net/http/http_auth.h
|
| index 5a2c7ac6606e3353f4d32ab37a96b78760ba8a06..6cd44e58424c0a7b3ed83f92928619286d82d996 100644
|
| --- a/net/http/http_auth.h
|
| +++ b/net/http/http_auth.h
|
| @@ -13,7 +13,8 @@
|
| #include "net/base/net_export.h"
|
| #include "net/http/http_util.h"
|
|
|
| -template <class T> class scoped_refptr;
|
| +template <class T>
|
| +class scoped_refptr;
|
|
|
| namespace net {
|
|
|
| @@ -42,17 +43,13 @@ class NET_EXPORT_PRIVATE HttpAuth {
|
| AUTHORIZATION_RESULT_ACCEPT, // The authorization attempt was accepted,
|
| // although there still may be additional
|
| // rounds of challenges.
|
| -
|
| AUTHORIZATION_RESULT_REJECT, // The authorization attempt was rejected.
|
| -
|
| AUTHORIZATION_RESULT_STALE, // (Digest) The nonce used in the
|
| // authorization attempt is stale, but
|
| // otherwise the attempt was valid.
|
| -
|
| AUTHORIZATION_RESULT_INVALID, // The authentication challenge headers are
|
| // poorly formed (the authorization attempt
|
| // itself may have been fine).
|
| -
|
| AUTHORIZATION_RESULT_DIFFERENT_REALM, // The authorization
|
| // attempt was rejected,
|
| // but the realm associated
|
|
|