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

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

Issue 2625903006: Blacklist renaming inside blink::protocol namespace. (Closed)
Patch Set: Created 3 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/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..679731e9eda079f8c46c63a779dd649c43ef071e 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,11 @@ namespace nested {
void Foo();
} // namespace nested
+// blink::protocol namespace is blacklisted.
+namespace protocol {
+void foo();
+} // namespace protocol
+
} // namespace blink
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698