Chromium Code Reviews| Index: tools/clang/plugins/tests/base_refcounted.h |
| diff --git a/tools/clang/plugins/tests/base_refcounted.h b/tools/clang/plugins/tests/base_refcounted.h |
| index 4a489ee44e41761d124a99c9939080587f6faa40..b9faeeaae1bbbf548e9a935bba2e807baa68bfbd 100644 |
| --- a/tools/clang/plugins/tests/base_refcounted.h |
| +++ b/tools/clang/plugins/tests/base_refcounted.h |
| @@ -217,6 +217,7 @@ class UnsafeInheritanceChain |
| void DoBar() override {} |
| protected: |
| + UnsafeInheritanceChain() {} |
| ~UnsafeInheritanceChain() override {} |
| }; |