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

Unified Diff: net/cert/x509_util.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/x509_util.h
diff --git a/net/base/x509_util.h b/net/cert/x509_util.h
similarity index 96%
rename from net/base/x509_util.h
rename to net/cert/x509_util.h
index 734eebd897406ede51a5d98f37a7f1ff303ebd6b..50ffc7f55fc9538cd6ca724e292cd224722ebc64 100644
--- a/net/base/x509_util.h
+++ b/net/cert/x509_util.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_UTIL_H_
-#define NET_BASE_X509_UTIL_H_
+#ifndef NET_CERT_X509_UTIL_H_
+#define NET_CERT_X509_UTIL_H_
#include <string>
@@ -70,4 +70,4 @@ class NET_EXPORT_PRIVATE ClientCertSorter {
} // namespace net
-#endif // NET_BASE_X509_UTIL_H_
+#endif // NET_CERT_X509_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698