| Index: content/test/data/service_worker/fetch_event_pass_through.js
|
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/content/test/data/service_worker/fetch_event_pass_through.js
|
| similarity index 81%
|
| copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
|
| copy to content/test/data/service_worker/fetch_event_pass_through.js
|
| index 772eaacd59a6b96469422af12a3cc7172a92eca5..fc23dd28b91ee5d63884caed8a73e01946c230e9 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
|
| +++ b/content/test/data/service_worker/fetch_event_pass_through.js
|
| @@ -2,6 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -namespace blink {
|
| -void genThing();
|
| -}
|
| +this.onfetch = function(event) { };
|
|
|