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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/gen/thing.h

Issue 1785563002: rewrite_to_chrome_style: Consistently decide if things are in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rewrite-asserts: review Created 4 years, 9 months 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/rewrite_to_chrome_style/tests/gen/thing.h
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
index 772eaacd59a6b96469422af12a3cc7172a92eca5..900b65c4cc4d0a285729491e4d03ed6f3a52b0f3 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
@@ -4,4 +4,8 @@
namespace blink {
void genThing();
+
+class GenClass {
+ virtual void genMethod() {}
+};
}

Powered by Google App Engine
This is Rietveld 408576698