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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/wtf-original.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
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/wtf-expected.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-original.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/wtf-original.cc b/tools/clang/rewrite_to_chrome_style/tests/wtf-original.cc
index 5f8768579b5060e660e11c8b44bd9fee0d144d7f..0f96823e87bff16419aaf58289ae7385e2b1be09 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/wtf-original.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/wtf-original.cc
@@ -10,9 +10,10 @@ int makingGlobalsGreatAgain = 0;
void runTheThing(int chicken) {
}
-struct XmlHTTPRequest {
+class XmlHTTPRequest {
void sendSync();
+ static const bool Foo = true;
int m_readyState;
};
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/wtf-expected.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698