diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 16:53:41 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 16:53:41 +0000 |
commit | 038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04 (patch) | |
tree | ce06e8884aebf474fcb02170d3af0334567fa8f4 /chrome/browser/gtk/menu_gtk.h | |
parent | d76d4ebac33dd9df8c3aa361b7902e0a934fde4d (diff) | |
download | chromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.zip chromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.tar.gz chromium_src-038d52e1cd7f5ec3eda5c18b4c4437c372ec9c04.tar.bz2 |
More style nits.
(Working on cleaning chrome/ so hopefully we can lint it by default.)
Review URL: http://codereview.chromium.org/274040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/menu_gtk.h')
-rw-r--r-- | chrome/browser/gtk/menu_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/menu_gtk.h b/chrome/browser/gtk/menu_gtk.h index 8baf3002..7ce8800 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() {} // Functions needed for creation of non-static menus. virtual int GetItemCount() const { return 0; } |