| 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 {
|
|
|