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

Unified Diff: crypto/nss_util.cc

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Linux implementation. Created 6 years, 3 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: crypto/nss_util.cc
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index 3fffb84e214958879af14f5b8d1ae9a430bcf79f..613d437e04d8aeb4ec912bd0ab2f3584a3a37a35 100644
--- a/crypto/nss_util.cc
+++ b/crypto/nss_util.cc
@@ -215,7 +215,7 @@ class ChromeOSUserData {
explicit ChromeOSUserData(ScopedPK11Slot public_slot)
: public_slot_(public_slot.Pass()),
private_slot_initialization_started_(false) {
- CHECK(public_slot);
+ CHECK(public_slot_);
}
~ChromeOSUserData() {
« components/cert_database.gypi ('K') | « components/components.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698