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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/variables-expected.cc

Issue 1557243002: Update rewrite_to_chrome_style tool to also rename methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Group more logically Created 4 years, 11 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/variables-expected.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/variables-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/variables-expected.cc
index 9751f199dbb51eb969673bfadc08fdc2af5b8c54..869d1c434bac0dd0de7ac19f37115303fca1a626 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/variables-expected.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/variables-expected.cc
@@ -24,3 +24,9 @@ int Function(int interesting_number) {
}
} // namespace blink
+
+int F() {
+ // Make sure variables qualified with a namespace name are still rewritten
+ // correctly.
+ return blink::frame_count;
+}

Powered by Google App Engine
This is Rietveld 408576698