| Index: net/url_request/url_fetcher_impl_unittest.cc
|
| ===================================================================
|
| --- net/url_request/url_fetcher_impl_unittest.cc (revision 170598)
|
| +++ net/url_request/url_fetcher_impl_unittest.cc (working copy)
|
| @@ -22,7 +22,7 @@
|
| #include "net/url_request/url_request_throttler_manager.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS) || defined(OS_IOS)
|
| #include "net/ocsp/nss_ocsp.h"
|
| #endif
|
|
|
| @@ -113,14 +113,14 @@
|
|
|
| io_message_loop_proxy_ = base::MessageLoopProxy::current();
|
|
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS) || defined(OS_IOS)
|
| crypto::EnsureNSSInit();
|
| EnsureNSSHttpIOInit();
|
| #endif
|
| }
|
|
|
| virtual void TearDown() OVERRIDE {
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS) || defined(OS_IOS)
|
| ShutdownNSSHttpIO();
|
| #endif
|
| }
|
|
|