Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/browser/translate/translate_tab_helper.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tabs/tab_finder.h ('k') | chrome/browser/transport_security_persister.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/translate_tab_helper.h
diff --git a/chrome/browser/translate/translate_tab_helper.h b/chrome/browser/translate/translate_tab_helper.h
index 874f47d38f86acf4e899ea6d0b438042b1e56422..58ceba0c9fc7e7ee84b07b6959e028259906ef70 100644
--- a/chrome/browser/translate/translate_tab_helper.h
+++ b/chrome/browser/translate/translate_tab_helper.h
@@ -13,7 +13,7 @@
class TranslateTabHelper : public TabContentsObserver {
public:
explicit TranslateTabHelper(TabContents* tab_contents);
- ~TranslateTabHelper();
+ virtual ~TranslateTabHelper();
LanguageState& language_state() { return language_state_; }
« no previous file with comments | « chrome/browser/tabs/tab_finder.h ('k') | chrome/browser/transport_security_persister.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698