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

Unified Diff: net/cert/ev_root_ca_metadata.h

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.h
diff --git a/net/base/ev_root_ca_metadata.h b/net/cert/ev_root_ca_metadata.h
similarity index 93%
rename from net/base/ev_root_ca_metadata.h
rename to net/cert/ev_root_ca_metadata.h
index 292c5ea028d408da62d726ee0465ee9478fb0c9e..aad78484cd186418fa114939522a440bfc6b1ecb 100644
--- a/net/base/ev_root_ca_metadata.h
+++ b/net/cert/ev_root_ca_metadata.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_EV_ROOT_CA_METADATA_H_
-#define NET_BASE_EV_ROOT_CA_METADATA_H_
+#ifndef NET_CERT_EV_ROOT_CA_METADATA_H_
+#define NET_CERT_EV_ROOT_CA_METADATA_H_
#include "build/build_config.h"
@@ -17,7 +17,7 @@
#include <vector>
#include "net/base/net_export.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace base {
template <typename T>
@@ -86,4 +86,4 @@ class NET_EXPORT_PRIVATE EVRootCAMetadata {
} // namespace net
-#endif // NET_BASE_EV_ROOT_CA_METADATA_H_
+#endif // NET_CERT_EV_ROOT_CA_METADATA_H_

Powered by Google App Engine
This is Rietveld 408576698