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

Unified Diff: tools/clang/rewrite_to_chrome_style/tests/namespaces-original.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
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/namespaces-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/namespaces-original.cc
diff --git a/tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc b/tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc
index ff240123d26c84857497723b1c08c3ccde77a2be..0383450ce136b62c288bc7e58166b9b34a67f7a1 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc
+++ b/tools/clang/rewrite_to_chrome_style/tests/namespaces-original.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 {
« no previous file with comments | « tools/clang/rewrite_to_chrome_style/tests/namespaces-expected.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698