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

Unified Diff: net/cert/test_root_certs.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: net/cert/test_root_certs.cc
diff --git a/net/base/test_root_certs.cc b/net/cert/test_root_certs.cc
similarity index 95%
rename from net/base/test_root_certs.cc
rename to net/cert/test_root_certs.cc
index 084bbef019f9b93a70e8e4570c69fc2ee3e6f287..3c77ea5a9054ec288383bdf5ca42945ae861b997 100644
--- a/net/base/test_root_certs.cc
+++ b/net/cert/test_root_certs.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/test_root_certs.h"
+#include "net/cert/test_root_certs.h"
#include <string>
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698