| Index: tools/clang/plugins/tests/overridden_methods.h
|
| diff --git a/tools/clang/plugins/tests/overridden_methods.h b/tools/clang/plugins/tests/overridden_methods.h
|
| index 69ee100c48b0763722d0a96640e084ef9943d53d..ed29933456894549b332da271af8027a26ff253f 100644
|
| --- a/tools/clang/plugins/tests/overridden_methods.h
|
| +++ b/tools/clang/plugins/tests/overridden_methods.h
|
| @@ -50,7 +50,7 @@ class DerivedClass : public InterimClass,
|
| void SomeOtherMethod() override;
|
| // Should warn for inline implementations.
|
| virtual void SomeInlineMethod() {}
|
| - // Should not warn if overriding a method whose origin is blink.
|
| + // Should warn if overriding a method whose origin is blink.
|
| virtual void WebKitModifiedSomething();
|
| // Should warn with the insertion point after the const.
|
| virtual void SomeConstMethod() const {}
|
|
|