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

Unified Diff: net/cert_net/nss_ocsp.h

Issue 1070893002: Move net/ocsp/* into net/cert_net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_fetcher
Patch Set: undo header re-ordering -- seems to be breaking compile Created 5 years, 8 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/BUILD.gn ('k') | net/cert_net/nss_ocsp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert_net/nss_ocsp.h
diff --git a/net/ocsp/nss_ocsp.h b/net/cert_net/nss_ocsp.h
similarity index 92%
rename from net/ocsp/nss_ocsp.h
rename to net/cert_net/nss_ocsp.h
index fd840056d072a85c6975ac3a1a980f4005537390..a422cb22e5ab37bccc7a3327ac3bf2ab1c90ff6f 100644
--- a/net/ocsp/nss_ocsp.h
+++ b/net/cert_net/nss_ocsp.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_OCSP_NSS_OCSP_H_
-#define NET_OCSP_NSS_OCSP_H_
+#ifndef NET_CERT_NET_NSS_OCSP_H_
+#define NET_CERT_NET_NSS_OCSP_H_
#include "net/base/net_export.h"
@@ -36,4 +36,4 @@ NET_EXPORT void SetURLRequestContextForNSSHttpIO(
} // namespace net
-#endif // NET_OCSP_NSS_OCSP_H_
+#endif // NET_CERT_NET_NSS_OCSP_H_
« no previous file with comments | « net/BUILD.gn ('k') | net/cert_net/nss_ocsp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698