Index: content/browser/service_worker/service_worker_registration_unittest.cc |
diff --git a/content/browser/service_worker/service_worker_registration_unittest.cc b/content/browser/service_worker/service_worker_registration_unittest.cc |
index 1a52adcd585780974487029f83d1fc5dbc1bec00..55d8a31842aaa0ed027637a1fdcfe71d246bd688 100644 |
--- a/content/browser/service_worker/service_worker_registration_unittest.cc |
+++ b/content/browser/service_worker/service_worker_registration_unittest.cc |
@@ -70,7 +70,7 @@ class ServiceWorkerRegistrationTest : public testing::Test { |
}; |
TEST_F(ServiceWorkerRegistrationTest, SetAndUnsetVersions) { |
- const GURL kScope("http://www.example.not/*"); |
+ const GURL kScope("http://www.example.not/"); |
const GURL kScript("http://www.example.not/service_worker.js"); |
int64 kRegistrationId = 1L; |
scoped_refptr<ServiceWorkerRegistration> registration = |