Index: content/browser/service_worker/service_worker_provider_host_unittest.cc |
diff --git a/content/browser/service_worker/service_worker_provider_host_unittest.cc b/content/browser/service_worker/service_worker_provider_host_unittest.cc |
index 8613a695ce5fcab4c00ac2427bbca4a462026a53..388e741e4a249d33d47f4f8fc47c651d78e58b26 100644 |
--- a/content/browser/service_worker/service_worker_provider_host_unittest.cc |
+++ b/content/browser/service_worker/service_worker_provider_host_unittest.cc |
@@ -23,13 +23,13 @@ class ServiceWorkerProviderHostTest : public testing::Test { |
virtual ~ServiceWorkerProviderHostTest() {} |
virtual void SetUp() OVERRIDE { |
- context_.reset(new ServiceWorkerContextCore( |
- base::FilePath(), |
- base::MessageLoopProxy::current(), |
- base::MessageLoopProxy::current(), |
- NULL, |
- NULL, |
- scoped_ptr<ServiceWorkerProcessManager>())); |
+ context_.reset( |
+ new ServiceWorkerContextCore(base::FilePath(), |
+ base::MessageLoopProxy::current(), |
+ base::MessageLoopProxy::current(), |
+ NULL, |
+ NULL, |
+ NULL)); |
scope_ = GURL("http://www.example.com/*"); |
script_url_ = GURL("http://www.example.com/service_worker.js"); |