| Index: chrome/browser/gtk/constrained_window_gtk.h
|
| diff --git a/chrome/browser/gtk/constrained_window_gtk.h b/chrome/browser/gtk/constrained_window_gtk.h
|
| index d2003a917c0291873462acf69e128e2670e81eee..91fa9ac54c79f1c5c7bad21252481b40e8ecf68c 100644
|
| --- a/chrome/browser/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/gtk/constrained_window_gtk.h
|
| @@ -22,9 +22,6 @@ class ConstrainedWindowGtkDelegate {
|
| // Tells the delegate to either delete itself or set up a task to delete
|
| // itself later.
|
| virtual void DeleteDelegate() = 0;
|
| -
|
| - protected:
|
| - ~ConstrainedWindowGtkDelegate() {}
|
| };
|
|
|
| // Constrained window implementation for the GTK port. Unlike the Win32 system,
|
|
|