aboutsummaryrefslogtreecommitdiff
path: root/tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc')
-rw-r--r--tools/clang/rewrite_to_chrome_style/tests/namespaces-original.cc5
1 files changed, 5 insertions, 0 deletions
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 ff240123..0383450c 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 {