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

Unified Diff: net/http/http_auth_sspi_win.cc

Issue 15200005: Grab bag of clang fixes for Windows code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_sspi_win.cc
diff --git a/net/http/http_auth_sspi_win.cc b/net/http/http_auth_sspi_win.cc
index f3341e71c30188009f256fa02c968a77bef6de7d..61b3338a0c89407629577630a8b7963fc3bc3292 100644
--- a/net/http/http_auth_sspi_win.cc
+++ b/net/http/http_auth_sspi_win.cc
@@ -186,7 +186,7 @@ int MapFreeContextBufferStatusToError(SECURITY_STATUS status) {
HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library,
const std::string& scheme,
- SEC_WCHAR* security_package,
+ const SEC_WCHAR* security_package,
ULONG max_token_length)
: library_(library),
scheme_(scheme),

Powered by Google App Engine
This is Rietveld 408576698