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

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: fix ptr and cast style 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
« no previous file with comments | « net/http/http_auth_sspi_win.h ('k') | sandbox/win/src/policy_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « net/http/http_auth_sspi_win.h ('k') | sandbox/win/src/policy_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698