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

Unified Diff: net/http/http_auth_handler_ntlm.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_handler_ntlm.h
diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h
index 9e2abc6254abe464a20c5295fcacc20a7511985e..099bea786ce617c95179281c36de3572caae45a1 100644
--- a/net/http/http_auth_handler_ntlm.h
+++ b/net/http/http_auth_handler_ntlm.h
@@ -100,7 +100,8 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
HttpAuthHandlerNTLM();
#endif
#if defined(NTLM_SSPI)
- HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
+ HttpAuthHandlerNTLM(SSPILibrary* sspi_library,
+ ULONG max_token_length,
URLSecurityManager* url_security_manager);
#endif
@@ -134,8 +135,8 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
#endif
// Parse the challenge, saving the results into this instance.
- HttpAuth::AuthorizationResult ParseChallenge(
- HttpAuthChallengeTokenizer* tok, bool initial_challenge);
+ HttpAuth::AuthorizationResult ParseChallenge(HttpAuthChallengeTokenizer* tok,
+ bool initial_challenge);
// Given an input token received from the server, generate the next output
// token to be sent to the server.

Powered by Google App Engine
This is Rietveld 408576698