| 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..e87dace03d66c6f20fb0e478b20ee135dec726ae 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,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 {
|
|
|