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

Unified Diff: net/cert/ev_root_ca_metadata.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/ev_root_ca_metadata.cc
diff --git a/net/base/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
similarity index 99%
rename from net/base/ev_root_ca_metadata.cc
rename to net/cert/ev_root_ca_metadata.cc
index 5c617d7d289f8a01824ca4c6c02799aa3ab19d4a..6ef746b018944bcd4cb3edbc3bbcbe9520767843 100644
--- a/net/base/ev_root_ca_metadata.cc
+++ b/net/cert/ev_root_ca_metadata.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/ev_root_ca_metadata.h"
+#include "net/cert/ev_root_ca_metadata.h"
#if defined(USE_NSS) || defined(OS_IOS)
#include <cert.h>

Powered by Google App Engine
This is Rietveld 408576698