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

Unified Diff: net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 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
Index: net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp
===================================================================
--- net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp (revision 81350)
+++ net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp (working copy)
@@ -42,11 +42,10 @@
#include <p12plcy.h>
#include <secerr.h>
-#include "base/crypto/scoped_nss_types.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
-#include "base/nss_util_internal.h"
#include "base/string_util.h"
+#include "crypto/nss_util_internal.h"
#include "net/base/net_errors.h"
#include "net/base/x509_certificate.h"
« no previous file with comments | « net/third_party/mozilla_security_manager/nsNSSCertificateDB.cpp ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698