// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "crypto/scoped_test_nss_db.h" #include <cert.h> #include "base/logging.h" #include "base/threading/thread_restrictions.h" #include "crypto/nss_util.h" #include "crypto/nss_util_internal.h" namespace crypto { ScopedTestNSSDB::ScopedTestNSSDB() { … } ScopedTestNSSDB::~ScopedTestNSSDB() { … } void ScopedTestNSSDB::RemoveTrustFromAllCerts() { … } } // namespace crypto