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

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

Issue 1839573002: rewrite_to_chrome_style: making globals great again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/variables-original.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
index 66ab42aba789bdddcd336bae28d2119b9844d0af..b495f010223f8aae3de88843422bb51d03518843 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
@@ -5,7 +5,7 @@
// Make sure things in namespace WTF are also renamed.
namespace WTF {
-int making_globals_great_again = 0;
+int g_making_globals_great_again = 0;
void RunTheThing(int chicken) {}
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/variables-original.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698