| Index: content/browser/appcache/appcache_request_handler_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_request_handler_unittest.cc b/content/browser/appcache/appcache_request_handler_unittest.cc
|
| index f8465303a5a12e0cbf07d263266f15b6be3a7130..b75b9bb020415b1bc18d9cf5a93125f10567540f 100644
|
| --- a/content/browser/appcache/appcache_request_handler_unittest.cc
|
| +++ b/content/browser/appcache/appcache_request_handler_unittest.cc
|
| @@ -221,7 +221,7 @@ class AppCacheRequestHandlerTest : public testing::Test {
|
| mock_frontend_.reset(new MockFrontend);
|
| backend_impl_.reset(new AppCacheBackendImpl);
|
| backend_impl_->Initialize(mock_service_.get(), mock_frontend_.get(),
|
| - kMockProcessId);
|
| + kMockProcessId, -1);
|
| const int kHostId = 1;
|
| backend_impl_->RegisterHost(kHostId);
|
| host_ = backend_impl_->GetHost(kHostId);
|
|
|