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