| Index: tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
|
| diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
|
| similarity index 63%
|
| copy from tools/clang/blink_gc_plugin/tests/trace_collections.cpp
|
| copy to tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
|
| index 9ba7c9604f918a2e547b0873e5a2512bbc663ce9..9f47f82a731841e738d57d2cd0d6fcf8211479a9 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
|
| +++ b/tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
|
| @@ -2,12 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "trace_collections.h"
|
| +#include "class_overrides_new.h"
|
|
|
| -namespace blink {
|
| -
|
| -void HeapObject::trace(Visitor* visitor)
|
| -{
|
| -}
|
| -
|
| -}
|
| +// Nothing to define.
|
|
|