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

Unified Diff: tools/clang/blink_gc_plugin/tests/inner_class.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/inner_class.h
diff --git a/tools/clang/blink_gc_plugin/tests/inner_class.h b/tools/clang/blink_gc_plugin/tests/inner_class.h
index 30f6ce364f39e54f9b03b5473945b96803adc96a..5010a2c242b39a20838c3457ddc7d7210540a4fd 100644
--- a/tools/clang/blink_gc_plugin/tests/inner_class.h
+++ b/tools/clang/blink_gc_plugin/tests/inner_class.h
@@ -13,7 +13,7 @@ class SomeObject {
private:
class InnerObject : public GarbageCollected<InnerObject> {
public:
- void trace(Visitor*);
+ void Trace(Visitor*);
private:
Member<InnerObject> m_obj;
};
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/ignore_fields.txt ('k') | tools/clang/blink_gc_plugin/tests/inner_class.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698