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

Unified Diff: tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.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
Index: tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp b/tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
similarity index 63%
copy from tools/clang/blink_gc_plugin/tests/trace_collections.cpp
copy to tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
index 9ba7c9604f918a2e547b0873e5a2512bbc663ce9..9f47f82a731841e738d57d2cd0d6fcf8211479a9 100644
--- a/tools/clang/blink_gc_plugin/tests/trace_collections.cpp
+++ b/tools/clang/blink_gc_plugin/tests/legacy_naming/class_overrides_new.cpp
@@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "trace_collections.h"
+#include "class_overrides_new.h"
-namespace blink {
-
-void HeapObject::trace(Visitor* visitor)
-{
-}
-
-}
+// Nothing to define.

Powered by Google App Engine
This is Rietveld 408576698