Index: content/common/net/url_fetcher_impl_unittest.cc |
diff --git a/content/common/net/url_fetcher_impl_unittest.cc b/content/common/net/url_fetcher_impl_unittest.cc |
index 354d9c097f637a69ceb28a7dfe17c99d866d2680..fb322ea01cab82a127f917f9a838aa13a8a1a825 100644 |
--- a/content/common/net/url_fetcher_impl_unittest.cc |
+++ b/content/common/net/url_fetcher_impl_unittest.cc |
@@ -65,13 +65,13 @@ class URLFetcherTest : public testing::Test, |
#if defined(USE_NSS) |
crypto::EnsureNSSInit(); |
- net::EnsureOCSPInit(); |
+ net::EnsureNssPkixIOInit(); |
wtc
2012/03/12 22:38:11
We should try to spell "NSS" in all caps, otherwis
agl
2012/03/13 15:14:05
Done.
|
#endif |
} |
virtual void TearDown() OVERRIDE { |
#if defined(USE_NSS) |
- net::ShutdownOCSP(); |
+ net::ShutdownNssPkixIO(); |
#endif |
} |