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

Unified Diff: net/http/http_auth.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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
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

Powered by Google App Engine
This is Rietveld 408576698