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

Unified Diff: chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h

Issue 1899083002: Convert //chrome from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
diff --git a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
index ffa3ef5a608aa20a9bb368d757d5f47d447a65a6..5b2171bc99e942e49b1c7e443d4c574535e48c4f 100644
--- a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
+++ b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
@@ -43,9 +43,9 @@
#include <cert.h>
+#include <memory>
Lei Zhang 2016/04/19 01:35:42 Not needed?
dcheng 2016/04/19 03:51:33 Done.
#include <string>
-#include "base/memory/scoped_ptr.h"
#include "net/cert/cert_database.h"
namespace mozilla_security_manager {

Powered by Google App Engine
This is Rietveld 408576698