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

Unified Diff: net/cert/x509_certificate_unittest.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/cert/x509_certificate_openssl.cc ('k') | net/cert/x509_certificate_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_unittest.cc
diff --git a/net/base/x509_certificate_unittest.cc b/net/cert/x509_certificate_unittest.cc
similarity index 99%
rename from net/base/x509_certificate_unittest.cc
rename to net/cert/x509_certificate_unittest.cc
index f66d6f02fed92a892f007e54ceeb03d173586475..6e1043999517dd16744223ad008ca953b4eda899 100644
--- a/net/base/x509_certificate_unittest.cc
+++ b/net/cert/x509_certificate_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
#include "base/basictypes.h"
#include "base/files/file_path.h"
@@ -12,11 +12,11 @@
#include "base/string_number_conversions.h"
#include "base/strings/string_split.h"
#include "crypto/rsa_private_key.h"
-#include "net/base/asn1_util.h"
-#include "net/base/cert_test_util.h"
#include "net/base/net_errors.h"
-#include "net/base/test_certificate_data.h"
#include "net/base/test_data_directory.h"
+#include "net/cert/asn1_util.h"
+#include "net/test/cert_test_util.h"
+#include "net/test/test_certificate_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#if defined(USE_NSS)
« no previous file with comments | « net/cert/x509_certificate_openssl.cc ('k') | net/cert/x509_certificate_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698