| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/update-claim-worker.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/update-claim-worker.php b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/update-claim-worker.php
|
| similarity index 98%
|
| rename from third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/update-claim-worker.php
|
| rename to third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/update-claim-worker.php
|
| index bd75fc1345f8499cedbae120976eeeb3513885c6..0b385ce9c312bcb78a0ac5009f174888202bd5ce 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/update-claim-worker.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/resources/update-claim-worker.php
|
| @@ -18,4 +18,4 @@ addEventListener('install', event => {
|
|
|
| addEventListener('activate', event => {
|
| event.waitUntil(self.clients.claim());
|
| - });
|
| + });
|
|
|