| 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 cf779bbb64a557611b9146a5d3ed3431c60d6fa8..37c295dbb433c09b4ca5f6150d480faaef914fb3 100644
|
| --- a/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| +++ b/content/browser/appcache/appcache_storage_impl_unittest.cc
|
| @@ -1771,7 +1771,7 @@ class AppCacheStorageImplTest : public testing::Test {
|
| AppCacheHost* host2 = backend_->GetHost(2);
|
| GURL manifest_url = MockHttpServer::GetMockUrl("manifest");
|
| request_ = service()->request_context()->CreateRequest(
|
| - manifest_url, net::DEFAULT_PRIORITY, NULL, NULL);
|
| + manifest_url, net::DEFAULT_PRIORITY, NULL);
|
| AppCacheInterceptor::SetExtraRequestInfo(
|
| request_.get(), service_.get(),
|
| backend_->process_id(), host2->host_id(),
|
|
|