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

Unified Diff: net/ntlm/des_unittest.cc

Issue 2873673002: Add unit tests for NTLMv1 portable implementation (Closed)
Patch Set: Review feedback 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/des_unittest.cc
diff --git a/net/http/des_unittest.cc b/net/ntlm/des_unittest.cc
similarity index 98%
rename from net/http/des_unittest.cc
rename to net/ntlm/des_unittest.cc
index 63172bb7e9b336762e3ccf578f8ffb459af68e1b..d1f9ae5afe70789858e36a4e6f6c4d4ee6174dcf 100644
--- a/net/http/des_unittest.cc
+++ b/net/ntlm/des_unittest.cc
@@ -4,7 +4,7 @@
#include <string.h>
-#include "net/http/des.h"
+#include "net/ntlm/des.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698