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

Unified Diff: net/ntlm/ntlm.cc

Issue 2904633002: Replace NTLMv1 implementation with a functionally equivalent one.
Patch Set: Merge build config back to net Created 3 years, 5 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/ntlm/ntlm.cc
diff --git a/net/ntlm/ntlm.cc b/net/ntlm/ntlm.cc
index 1a4394286b0d889a9236abc26e53b4b0c954a955..31b64ba7f2af884247c6e04eb831fbb7e4f39615 100644
--- a/net/ntlm/ntlm.cc
+++ b/net/ntlm/ntlm.cc
@@ -8,8 +8,10 @@
#include "base/logging.h"
#include "base/md5.h"
+#include "base/strings/utf_string_conversions.h"
#include "net/ntlm/des.h"
#include "net/ntlm/md4.h"
+#include "net/ntlm/ntlm_buffer_reader.h"
#include "net/ntlm/ntlm_buffer_writer.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698