| Index: components/translate/core/browser/translate_client.h
|
| diff --git a/components/translate/core/browser/translate_client.h b/components/translate/core/browser/translate_client.h
|
| index 2c5cb783303df6181d386d09f0c630b3563a64fc..1225a27e852910e0c346317804eae46af17626bf 100644
|
| --- a/components/translate/core/browser/translate_client.h
|
| +++ b/components/translate/core/browser/translate_client.h
|
| @@ -33,6 +33,8 @@ class TranslateInfoBarDelegate;
|
| // TranslateManager is used (e.g. a single tab).
|
| class TranslateClient {
|
| public:
|
| + virtual ~TranslateClient() {};
|
| +
|
| // Gets the TranslateDriver associated with the client.
|
| virtual TranslateDriver* GetTranslateDriver() = 0;
|
|
|
|
|