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

Unified Diff: net/cert/nss_profile_filter_chromeos.h

Issue 2711113002: net: remove CryptoModuleList typedef (Closed)
Patch Set: more std::moves Created 3 years, 10 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/cert/nss_cert_database_chromeos_unittest.cc ('k') | net/cert/nss_profile_filter_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/nss_profile_filter_chromeos.h
diff --git a/net/cert/nss_profile_filter_chromeos.h b/net/cert/nss_profile_filter_chromeos.h
index 149f081150d5aa867b029b146e7c7f5c6724f3e8..20bcf5bf34b10128ac451b52b6af38f82bd7d4f6 100644
--- a/net/cert/nss_profile_filter_chromeos.h
+++ b/net/cert/nss_profile_filter_chromeos.h
@@ -7,8 +7,8 @@
#include <memory>
+#include "base/memory/ref_counted.h"
#include "crypto/scoped_nss_types.h"
-#include "net/base/crypto_module.h"
#include "net/base/net_export.h"
namespace net {
@@ -57,7 +57,7 @@ class NET_EXPORT NSSProfileFilterChromeOS {
public:
explicit ModuleNotAllowedForProfilePredicate(
const NSSProfileFilterChromeOS& filter);
- bool operator()(const scoped_refptr<CryptoModule>& module) const;
+ bool operator()(const crypto::ScopedPK11Slot& module) const;
private:
const NSSProfileFilterChromeOS& filter_;
« no previous file with comments | « net/cert/nss_cert_database_chromeos_unittest.cc ('k') | net/cert/nss_profile_filter_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698