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

Unified Diff: views/widget/tooltip_window_gtk.h

Issue 6995085: Turn on -Wdelete-non-virtual-dtor for chromeos as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 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/chromeos/user_cros_settings_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/tooltip_window_gtk.h
diff --git a/views/widget/tooltip_window_gtk.h b/views/widget/tooltip_window_gtk.h
index 0c9fcb0e8442134bb3645aedeb1ffc8a42f1d81e..50641689c9486aaceaf252809e90bc43e54de894 100644
--- a/views/widget/tooltip_window_gtk.h
+++ b/views/widget/tooltip_window_gtk.h
@@ -25,7 +25,7 @@ namespace views {
class TooltipWindowGtk {
public:
explicit TooltipWindowGtk(GtkWidget* widget);
- ~TooltipWindowGtk();
+ virtual ~TooltipWindowGtk();
// Sets tooltip text to display.
void SetTooltipText(const std::wstring& text);
« no previous file with comments | « chrome/browser/chromeos/user_cros_settings_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698