Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: tools/clang/blink_gc_plugin/tests/trace_collections.cpp

Issue 2578103003: Add use-chromium-style-naming option to Blink GC plugin. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/clang/blink_gc_plugin/tests/trace_collections.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
index 9ba7c9604f918a2e547b0873e5a2512bbc663ce9..c4e7c9c526d2d8bc166ff9bdccf7475770917c81 100644
--- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
+++ b/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
@@ -6,7 +6,7 @@
namespace blink {
-void HeapObject::trace(Visitor* visitor)
+void HeapObject::Trace(Visitor* visitor)
{
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/trace_collections.h ('k') | tools/clang/blink_gc_plugin/tests/trace_collections.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698