Chromium Code Reviews| Index: chrome/browser/gtk/menu_gtk.h |
| diff --git a/chrome/browser/gtk/menu_gtk.h b/chrome/browser/gtk/menu_gtk.h |
| index 8baf3002faf0843e8903f20d715a2a012249c3ec..32f1fd0244fce4544530c3795987e3f50bb1b418 100644 |
| --- a/chrome/browser/gtk/menu_gtk.h |
| +++ b/chrome/browser/gtk/menu_gtk.h |
| @@ -36,7 +36,7 @@ class MenuGtk { |
| // Called when the menu stops showing. This will be called along with |
| // ExecuteCommand if the user clicks an item, but will also be called when |
| // the user clicks away from the menu. |
| - virtual void StoppedShowing() { }; |
| + virtual void StoppedShowing() { } |
|
brettw
2009/10/14 02:08:51
Ditto
|
| // Functions needed for creation of non-static menus. |
| virtual int GetItemCount() const { return 0; } |