| Index: chrome/browser/chromeos/cros/onc_network_parser_unittest.cc
|
| diff --git a/chrome/browser/chromeos/cros/onc_network_parser_unittest.cc b/chrome/browser/chromeos/cros/onc_network_parser_unittest.cc
|
| index 86914f934ffaa132cdf21f801de9ad4ab0b8e083..08079e43d9420d1e2a88f8dc2231e48e1e782187 100644
|
| --- a/chrome/browser/chromeos/cros/onc_network_parser_unittest.cc
|
| +++ b/chrome/browser/chromeos/cros/onc_network_parser_unittest.cc
|
| @@ -28,9 +28,9 @@
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "crypto/nss_util.h"
|
| -#include "net/base/cert_database.h"
|
| #include "net/base/cert_type.h"
|
| #include "net/base/crypto_module.h"
|
| +#include "net/base/nss_cert_database.h"
|
| #include "net/base/x509_certificate.h"
|
| #include "net/proxy/proxy_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -108,7 +108,7 @@ class OncNetworkParserTest : public testing::Test {
|
|
|
| protected:
|
| scoped_refptr<net::CryptoModule> slot_;
|
| - net::CertDatabase cert_db_;
|
| + net::NSSCertDatabase cert_db_;
|
|
|
| private:
|
| net::CertificateList ListCertsInSlot(PK11SlotInfo* slot) {
|
|
|