| 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 956be9e330f787ef61efde73bc739918a7dac45e..f79e32178de7a669256d2977fd0ba3025d9dd31f 100644
|
| --- a/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| +++ b/tools/clang/rewrite_to_chrome_style/tests/methods-expected.cc
|
| @@ -302,8 +302,7 @@ class InternalClass {
|
|
|
| } // namespace internal
|
|
|
| -// Tests for --idl-methods. See also
|
| -// MethodsNamedAfterIdlMatcherState::SetupBlacklistForTesting method.
|
| +// Tests for --method-blocklist cmdline parameter.
|
| class IdlTestClass {
|
| public:
|
| static int IdlTestMethodNoParams(char x) { return 123; }
|
|
|