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

Unified Diff: net/base/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/base/auth.h
diff --git a/net/base/auth.h b/net/base/auth.h
index 62a59c8f9fdad03a834a37ef4027313b43492f90..5e6a7f787b062783f931ee47ca2363bf43909a86 100644
--- a/net/base/auth.h
+++ b/net/base/auth.h
@@ -16,8 +16,8 @@ namespace net {
// Holds info about an authentication challenge that we may want to display
// to the user.
-class NET_EXPORT AuthChallengeInfo :
- public base::RefCountedThreadSafe<AuthChallengeInfo> {
+class NET_EXPORT AuthChallengeInfo
+ : public base::RefCountedThreadSafe<AuthChallengeInfo> {
public:
AuthChallengeInfo();
@@ -92,7 +92,7 @@ enum AuthState {
class AuthData : public base::RefCountedThreadSafe<AuthData> {
public:
AuthState state; // whether we need, have, or gave up on authentication.
- AuthCredentials credentials; // The credentials to use for auth.
+ AuthCredentials credentials; // The credentials to use for auth.
// We wouldn't instantiate this class if we didn't need authentication.
AuthData();

Powered by Google App Engine
This is Rietveld 408576698