| Index: net/ocsp/nss_ocsp_unittest.cc
|
| diff --git a/net/ocsp/nss_ocsp_unittest.cc b/net/ocsp/nss_ocsp_unittest.cc
|
| index 3df446ece53b19a89a8037383e1d23dfaf20f901..acbb785ba190f7fcd6003ec6d18b184f0c962025 100644
|
| --- a/net/ocsp/nss_ocsp_unittest.cc
|
| +++ b/net/ocsp/nss_ocsp_unittest.cc
|
| @@ -91,9 +91,7 @@ class NssHttpTest : public ::testing::Test {
|
| handler_ = handler.get();
|
|
|
| URLRequestFilter::GetInstance()->AddHostnameInterceptor(
|
| - "http",
|
| - kAiaHost,
|
| - handler.PassAs<URLRequestInterceptor>());
|
| + "http", kAiaHost, handler.Pass());
|
|
|
| SetURLRequestContextForNSSHttpIO(&context_);
|
| EnsureNSSHttpIOInit();
|
|
|