| Index: content/browser/appcache/appcache_host_unittest.cc
|
| diff --git a/content/browser/appcache/appcache_host_unittest.cc b/content/browser/appcache/appcache_host_unittest.cc
|
| index 1e19f2400fc4cc2cc6cbdfca286e3a344fc64286..cbd95603ff0403f0577613593d7cdeb95ddd1334 100644
|
| --- a/content/browser/appcache/appcache_host_unittest.cc
|
| +++ b/content/browser/appcache/appcache_host_unittest.cc
|
| @@ -424,7 +424,7 @@ TEST_F(AppCacheHostTest, ForDedicatedWorker) {
|
| const int kWorkerHostId = 2;
|
|
|
| AppCacheBackendImpl backend_impl;
|
| - backend_impl.Initialize(&service_, &mock_frontend_, kMockProcessId);
|
| + backend_impl.Initialize(&service_, &mock_frontend_, kMockProcessId, -1);
|
| backend_impl.RegisterHost(kParentHostId);
|
| backend_impl.RegisterHost(kWorkerHostId);
|
|
|
|
|