Chromium Code Reviews| Index: chrome/browser/gtk/view_id_util.h |
| diff --git a/chrome/browser/gtk/view_id_util.h b/chrome/browser/gtk/view_id_util.h |
| index 6c6f32840fce89dc7be8d6178c63afc7a978600e..1ec65e868894c235cadcd8b32be077c727310676 100644 |
| --- a/chrome/browser/gtk/view_id_util.h |
| +++ b/chrome/browser/gtk/view_id_util.h |
| @@ -15,8 +15,6 @@ class ViewIDUtil { |
| class Delegate { |
| public: |
| virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0; |
| - protected: |
| - ~Delegate() {} |
| }; |
| static void SetID(GtkWidget* widget, ViewID id); |