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

Unified Diff: net/cert/x509_certificate.h

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_cert_types_win.cc ('k') | net/cert/x509_certificate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate.h
diff --git a/net/base/x509_certificate.h b/net/cert/x509_certificate.h
similarity index 99%
rename from net/base/x509_certificate.h
rename to net/cert/x509_certificate.h
index ade96559ac90af5b3c0ccc7d25bdad8650974863..16f4d8dab719231570a8449aa8d3a9fd140b6cbf 100644
--- a/net/base/x509_certificate.h
+++ b/net/cert/x509_certificate.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_X509_CERTIFICATE_H_
-#define NET_BASE_X509_CERTIFICATE_H_
+#ifndef NET_CERT_X509_CERTIFICATE_H_
+#define NET_CERT_X509_CERTIFICATE_H_
#include <string.h>
@@ -14,9 +14,9 @@
#include "base/memory/ref_counted.h"
#include "base/string_piece.h"
#include "base/time.h"
-#include "net/base/cert_type.h"
#include "net/base/net_export.h"
-#include "net/base/x509_cert_types.h"
+#include "net/cert/cert_type.h"
+#include "net/cert/x509_cert_types.h"
#if defined(OS_WIN)
#include <windows.h>
@@ -507,4 +507,4 @@ class NET_EXPORT X509Certificate
} // namespace net
-#endif // NET_BASE_X509_CERTIFICATE_H_
+#endif // NET_CERT_X509_CERTIFICATE_H_
« no previous file with comments | « net/cert/x509_cert_types_win.cc ('k') | net/cert/x509_certificate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698