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

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

Issue 1753563003: rewrite_to_chrome_style: Improve naming of iterator and type traits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-structs: test Created 4 years, 10 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/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 76064a6e30a0f1d9fb97ecb37b9d48128e2f0693..66ab42aba789bdddcd336bae28d2119b9844d0af 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc
@@ -9,9 +9,10 @@ int making_globals_great_again = 0;
void RunTheThing(int chicken) {}
-struct XmlHTTPRequest {
+class XmlHTTPRequest {
void SendSync();
+ static const bool kFoo = true;
int ready_state_;
};

Powered by Google App Engine
This is Rietveld 408576698