| Index: net/url_request/view_cache_helper_unittest.cc
|
| ===================================================================
|
| --- net/url_request/view_cache_helper_unittest.cc (revision 70512)
|
| +++ net/url_request/view_cache_helper_unittest.cc (working copy)
|
| @@ -25,7 +25,7 @@
|
| };
|
|
|
| TestURLRequestContext::TestURLRequestContext()
|
| - : cache_(reinterpret_cast<net::HttpTransactionFactory*>(NULL),
|
| + : cache_(reinterpret_cast<net::HttpTransactionFactory*>(NULL), NULL,
|
| net::HttpCache::DefaultBackend::InMemory(0)) {
|
| http_transaction_factory_ = &cache_;
|
| }
|
|
|