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

Unified Diff: tools/clang/blink_gc_plugin/tests/trace_if_needed.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
Index: tools/clang/blink_gc_plugin/tests/trace_if_needed.h
diff --git a/tools/clang/blink_gc_plugin/tests/trace_if_needed.h b/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
index 00b8f2296cb88d40d77165880d359295fdff24ee..9cc10895c8a1ed7345431c598dc359c03fe84d3a 100644
--- a/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
+++ b/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
@@ -14,7 +14,7 @@ class HeapObject : public GarbageCollected<HeapObject> { };
template<typename T>
class TemplatedObject : public GarbageCollected<TemplatedObject<T> > {
public:
- virtual void trace(Visitor*);
+ virtual void Trace(Visitor*);
private:
T m_one;
T m_two;
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/trace_collections.txt ('k') | tools/clang/blink_gc_plugin/tests/trace_if_needed.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698