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 5a60295f50e91cb35ec71b4f12eed3a6f6aabf20..3b8dee7b26670ac0b16c43506cd9b405659e06f9 100644 |
--- a/content/browser/service_worker/service_worker_provider_host_unittest.cc |
+++ b/content/browser/service_worker/service_worker_provider_host_unittest.cc |
@@ -23,7 +23,8 @@ class ServiceWorkerProviderHostTest : public testing::Test { |
virtual ~ServiceWorkerProviderHostTest() {} |
virtual void SetUp() OVERRIDE { |
- context_.reset(new ServiceWorkerContextCore(base::FilePath(), NULL, NULL)); |
+ context_.reset( |
+ new ServiceWorkerContextCore(NULL, base::FilePath(), NULL, NULL)); |
scope_ = GURL("http://www.example.com/*"); |
script_url_ = GURL("http://www.example.com/service_worker.js"); |