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

Unified Diff: crypto/nss_util.cc

Issue 2230873002: crypto: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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 | « crypto/hmac.cc ('k') | crypto/sha2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/nss_util.cc
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index 66114cd0e0cd17f95c813a100b25f9e16ec0e95b..a41b4d640440febadca8059ad3e9b00861c93f22 100644
--- a/crypto/nss_util.cc
+++ b/crypto/nss_util.cc
@@ -752,7 +752,7 @@ class NSSInitSingleton {
// down.
~NSSInitSingleton() {
#if defined(OS_CHROMEOS)
- STLDeleteValues(&chromeos_user_map_);
+ base::STLDeleteValues(&chromeos_user_map_);
#endif
tpm_slot_.reset();
if (root_) {
« no previous file with comments | « crypto/hmac.cc ('k') | crypto/sha2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698