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

Unified Diff: net/third_party/mozilla_security_manager/nsNSSCertTrust.h

Issue 3104022: Move nsNSSCertTrust from chrome/third_party to net/third_party. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: header order Created 10 years, 4 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/net.gyp ('k') | net/third_party/mozilla_security_manager/nsNSSCertTrust.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/mozilla_security_manager/nsNSSCertTrust.h
diff --git a/chrome/third_party/mozilla_security_manager/nsNSSCertTrust.h b/net/third_party/mozilla_security_manager/nsNSSCertTrust.h
similarity index 93%
rename from chrome/third_party/mozilla_security_manager/nsNSSCertTrust.h
rename to net/third_party/mozilla_security_manager/nsNSSCertTrust.h
index 832c6c57462540d327b651b3ccd994b459144658..d858c841cd079d9ef5f7a1619dd2e9356e7be1ee 100644
--- a/chrome/third_party/mozilla_security_manager/nsNSSCertTrust.h
+++ b/net/third_party/mozilla_security_manager/nsNSSCertTrust.h
@@ -36,12 +36,14 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef CHROME_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
-#define CHROME_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
+#ifndef NET_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
+#define NET_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
#include <certt.h>
#include <certdb.h>
+namespace mozilla_security_manager {
+
/*
* nsNSSCertTrust
*
@@ -119,4 +121,6 @@ private:
CERTCertTrust mTrust;
};
-#endif // CHROME_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
+} // namespace mozilla_security_manager
+
+#endif // NET_THIRD_PARTY_MOZILLA_SECURITY_MANAGER_NSNSSCERTTRUST_H_
« no previous file with comments | « net/net.gyp ('k') | net/third_party/mozilla_security_manager/nsNSSCertTrust.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698