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

Unified Diff: net/base/crypto_module.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 | « chrome/browser/ui/webui/settings/certificates_handler.cc ('k') | net/cert/nss_cert_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/crypto_module.h
diff --git a/net/base/crypto_module.h b/net/base/crypto_module.h
index e3765e96f7d2032d0f12ce650f7f36aa48fad54e..67e8a175b91d81dbc0dccfacc56a5a62ca505e37 100644
--- a/net/base/crypto_module.h
+++ b/net/base/crypto_module.h
@@ -20,8 +20,6 @@ namespace net {
class CryptoModule;
-typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
-
class NET_EXPORT CryptoModule
: public base::RefCountedThreadSafe<CryptoModule> {
public:
« no previous file with comments | « chrome/browser/ui/webui/settings/certificates_handler.cc ('k') | net/cert/nss_cert_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698