Chromium Code Reviews| Index: tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt |
| diff --git a/tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt b/tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt |
| index ee525b9d8a68c7d1707a35ff0b30de9a2175840d..581f0dafd61349b1a424eada21ee1432cbe0d4a4 100644 |
| --- a/tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt |
| +++ b/tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt |
| @@ -1,4 +1,4 @@ |
| base_requires_tracing.cpp:11:1: warning: [blink-gc] Base class 'B' of derived class 'C' requires tracing. |
| -void C::trace(Visitor* visitor) { |
| +void C::Trace(Visitor* visitor) { |
| ^ |
| 1 warning generated. |