diff options
Diffstat (limited to 'chrome/renderer/translate_helper.h')
-rw-r--r-- | chrome/renderer/translate_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/translate_helper.h b/chrome/renderer/translate_helper.h index 0e3a989..04c623e 100644 --- a/chrome/renderer/translate_helper.h +++ b/chrome/renderer/translate_helper.h @@ -23,7 +23,7 @@ class WebFrame; class TranslateHelper { public: explicit TranslateHelper(RenderView* render_view); - virtual ~TranslateHelper() {} + virtual ~TranslateHelper(); // Translates the page contents from |source_lang| to |target_lang|. // Does nothing if |page_id| is not the current page id. |