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

Unified Diff: net/ntlm/ntlm_unittest.cc

Issue 2904633002: Replace NTLMv1 implementation with a functionally equivalent one.
Patch Set: Cleanup 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
« net/ntlm/ntlm_client_unittest.cc ('K') | « net/ntlm/ntlm_test_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ntlm/ntlm_unittest.cc
diff --git a/net/ntlm/ntlm_unittest.cc b/net/ntlm/ntlm_unittest.cc
index 6c40d16af6d8ba6c2dd2e2dbdc42a4b4a963c2a7..744a72def45b7d402ede32b01fb01f4ce63813b7 100644
--- a/net/ntlm/ntlm_unittest.cc
+++ b/net/ntlm/ntlm_unittest.cc
@@ -13,9 +13,16 @@
#include "net/ntlm/ntlm.h"
+#include <string>
+
+#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "build/build_config.h"
+#include "net/ntlm/ntlm.h"
asanka 2017/07/20 19:35:46 duplicate
zentaro 2017/08/01 18:21:36 Done.
+#include "net/ntlm/ntlm_buffer_reader.h"
+#include "net/ntlm/ntlm_buffer_writer.h"
asanka 2017/07/20 19:35:46 why are these necessary? There doesn't seem to be
zentaro 2017/08/01 18:21:36 Done.
#include "net/ntlm/ntlm_test_data.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/platform_test.h"
namespace net {
namespace ntlm {
@@ -117,4 +124,4 @@ TEST(NtlmTest, GenerateResponsesV1WithSessionSecurityVerifySSUsed) {
}
} // namespace ntlm
-} // namespace net
+} // namespace net
« net/ntlm/ntlm_client_unittest.cc ('K') | « net/ntlm/ntlm_test_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698