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

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

Issue 2604023002: ABANDONED CL: Rewrite also identifiers declared in generated files. (Closed)
Patch Set: Created 4 years 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/namespaces-expected.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/namespaces-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/namespaces-expected.cc
index da13adced7d4e97bd9385112675f01c487340179..1992e4b6c52aebf0b8059e26ca8c7d66b05cfa05 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/namespaces-expected.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/namespaces-expected.cc
@@ -12,6 +12,12 @@ namespace nested {
void Foo();
} // namespace nested
+// Stuff in blink::protocol should not be renamed (see
+// https://crbug.com/677223#c6).
+namespace protocol {
+void foo();
+} // namespace protocol
+
} // namespace blink
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698