Chromium Code Reviews| Index: components/copresence/public/copresence_delegate.h |
| diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h |
| index 0b83087c201b4c703c2e689cd292b7d8a01da775..4b9d369184e071f298bfe8d7bbd84cc072df6c1a 100644 |
| --- a/components/copresence/public/copresence_delegate.h |
| +++ b/components/copresence/public/copresence_delegate.h |
| @@ -41,6 +41,8 @@ class CopresenceDelegate { |
| virtual const std::string GetAPIKey() const = 0; |
| virtual WhispernetClient* GetWhispernetClient() = 0; |
| + |
| + virtual ~CopresenceDelegate() {} |
|
Daniel Erat
2014/10/21 19:43:22
nit: move this to the top
rkc
2014/10/22 00:06:20
Done.
|
| }; |
| } // namespace copresence |