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

Unified Diff: tools/clang/blink_gc_plugin/tests/cycle_sub.h

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
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/cycle_ptrs.cpp ('k') | tools/clang/blink_gc_plugin/tests/cycle_sub.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/blink_gc_plugin/tests/cycle_sub.h
diff --git a/tools/clang/blink_gc_plugin/tests/cycle_sub.h b/tools/clang/blink_gc_plugin/tests/cycle_sub.h
index a007061e1ce3572becdd85fe6fa03064fc4126da..e1a011bcbeb520ac8613a8fd0b0f94e1640a9b3c 100644
--- a/tools/clang/blink_gc_plugin/tests/cycle_sub.h
+++ b/tools/clang/blink_gc_plugin/tests/cycle_sub.h
@@ -16,12 +16,12 @@ class C;
class A : public GarbageCollectedFinalized<A> {
public:
- virtual void trace(Visitor*) {}
+ virtual void Trace(Visitor*) {}
};
class B : public A {
public:
- virtual void trace(Visitor*);
+ virtual void Trace(Visitor*);
private:
RefPtr<C> m_c;
};
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/cycle_ptrs.cpp ('k') | tools/clang/blink_gc_plugin/tests/cycle_sub.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698