| Index: content/browser/appcache/appcache_storage_impl_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_storage_impl_unittest.cc b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| index 9c980dab17e7dbd5944071c6a9850b74e19f2fca..669db8c82076cc655f60927e30083136880287e7 100644
|
| --- a/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| @@ -163,9 +163,8 @@ class IOThread : public base::Thread {
|
| scoped_ptr<net::URLRequestJobFactoryImpl> factory(
|
| new net::URLRequestJobFactoryImpl());
|
| factory->SetProtocolHandler(
|
| - "http",
|
| - new MockHttpServerJobFactory(
|
| - make_scoped_ptr(new AppCacheInterceptor())));
|
| + "http", make_scoped_ptr(new MockHttpServerJobFactory(
|
| + make_scoped_ptr(new AppCacheInterceptor()))));
|
| job_factory_ = factory.Pass();
|
| request_context_.reset(new net::TestURLRequestContext());
|
| request_context_->set_job_factory(job_factory_.get());
|
|
|