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

Unified Diff: chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix & rebase Created 7 years, 11 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
Index: chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
diff --git a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
index 6fe82f8d98109bce3ace2cc16670950da232c99e..f6083cbea939f167b331d34d8764832bd30b5874 100644
--- a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
+++ b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
@@ -11,6 +11,8 @@ class JavaScriptAppModalDialog;
class NativeAppModalDialog {
public:
+ virtual ~NativeAppModalDialog() { }
+
// Returns the buttons to be shown. See ui::DialogButton for which buttons can
// be returned.
virtual int GetAppModalDialogButtons() const = 0;

Powered by Google App Engine
This is Rietveld 408576698