| Index: tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| diff --git a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| index c632cd5382b9a8c3442b4dc3b6a0c77d69b8b7c7..008c031ed276cc3d42f6e4459a087f9e11da2643 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| +++ b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| @@ -104,7 +104,7 @@ class SubnameChild : public subname::SubnameParent {
|
| class GenChild : public blink::GenClass {
|
| // This subclasses from the blink namespace but in the gen directory so it
|
| // should not be renamed.
|
| - void genMethod() override {}
|
| + void GenMethod() override {}
|
| };
|
|
|
| } // namespace blink
|
|
|