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

Unified Diff: net/http/mock_sspi_library_win.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/mock_sspi_library_win.h
diff --git a/net/http/mock_sspi_library_win.h b/net/http/mock_sspi_library_win.h
index eca3eb55751b6446191c997d48083199da91249e..1bfb7475a2eafc62a9aac372359d5f6dc24378b7 100644
--- a/net/http/mock_sspi_library_win.h
+++ b/net/http/mock_sspi_library_win.h
@@ -44,7 +44,7 @@ class MockSSPILibrary : public SSPILibrary {
unsigned long* contextAttr,
PTimeStamp ptsExpiry);
virtual SECURITY_STATUS QuerySecurityPackageInfo(LPWSTR pszPackageName,
- PSecPkgInfoW *pkgInfo);
+ PSecPkgInfoW* pkgInfo);
virtual SECURITY_STATUS FreeCredentialsHandle(PCredHandle phCredential);
virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext);
virtual SECURITY_STATUS FreeContextBuffer(PVOID pvContextBuffer);

Powered by Google App Engine
This is Rietveld 408576698