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

Unified Diff: tools/clang/blink_gc_plugin/tests/inner_class.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
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/inner_class.h ('k') | tools/clang/blink_gc_plugin/tests/inner_class.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/blink_gc_plugin/tests/inner_class.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/inner_class.cpp b/tools/clang/blink_gc_plugin/tests/inner_class.cpp
index 03a53eaada90f1568891e8825336a89638d0f18b..cb74d8bb69721e9687c824f8d7b5648f3972af5f 100644
--- a/tools/clang/blink_gc_plugin/tests/inner_class.cpp
+++ b/tools/clang/blink_gc_plugin/tests/inner_class.cpp
@@ -6,9 +6,9 @@
namespace blink {
-void SomeObject::InnerObject::trace(Visitor* visitor)
+void SomeObject::InnerObject::Trace(Visitor* visitor)
{
- // Missing: visitor->trace(m_obj);
+ // Missing: visitor->Trace(m_obj);
}
}
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/inner_class.h ('k') | tools/clang/blink_gc_plugin/tests/inner_class.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698