| Index: tools/clang/plugins/tests/class_with_incomplete_type.cpp
|
| diff --git a/content/test/data/service_worker/fetch_event_pass_through.js b/tools/clang/plugins/tests/class_with_incomplete_type.cpp
|
| similarity index 80%
|
| copy from content/test/data/service_worker/fetch_event_pass_through.js
|
| copy to tools/clang/plugins/tests/class_with_incomplete_type.cpp
|
| index fc23dd28b91ee5d63884caed8a73e01946c230e9..04c7e80a302ab8d44b5027e854dec189c5f43792 100644
|
| --- a/content/test/data/service_worker/fetch_event_pass_through.js
|
| +++ b/tools/clang/plugins/tests/class_with_incomplete_type.cpp
|
| @@ -2,4 +2,4 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -this.onfetch = function(event) { };
|
| +#include "class_with_incomplete_type.h"
|
|
|