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

Unified Diff: tools/clang/blink_gc_plugin/tests/left_most_gc_base.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/left_most_gc_base.h
diff --git a/tools/clang/blink_gc_plugin/tests/left_most_gc_base.h b/tools/clang/blink_gc_plugin/tests/left_most_gc_base.h
index 0d76d6161f4046e0651f0fbda3d72f447c08f279..96d01d344d92f352b77ae86fe392f52d334d6b25 100644
--- a/tools/clang/blink_gc_plugin/tests/left_most_gc_base.h
+++ b/tools/clang/blink_gc_plugin/tests/left_most_gc_base.h
@@ -20,7 +20,7 @@ class DerivedLeft : public Left, public Right { };
class C : public GarbageCollected<C> {
public:
- virtual void trace(Visitor*);
+ virtual void Trace(Visitor*);
};
class IllFormed : public A, public C { }; // Error
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/inner_class.txt ('k') | tools/clang/blink_gc_plugin/tests/legacy_naming/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698