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

Unified Diff: chrome/browser/ui/gtk/gconf_titlebar_listener.h

Issue 8523019: Devirtualize CHROMEG_CALLBACK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/renderer_host/backing_store_gtk.cc » ('j') | ui/base/glib/glib_signal.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/gconf_titlebar_listener.h
diff --git a/chrome/browser/ui/gtk/gconf_titlebar_listener.h b/chrome/browser/ui/gtk/gconf_titlebar_listener.h
index d2d59413f65da6c15a0d327b7385a778733427db..2db1243e8e457d82637d9106bcbee758ca9c7414 100644
--- a/chrome/browser/ui/gtk/gconf_titlebar_listener.h
+++ b/chrome/browser/ui/gtk/gconf_titlebar_listener.h
@@ -37,7 +37,7 @@ class GConfTitlebarListener {
void RemoveObserver(BrowserTitlebar* titlebar);
protected:
- virtual ~GConfTitlebarListener();
+ ~GConfTitlebarListener();
private:
// Private constructor to enforce singleton access.
« no previous file with comments | « no previous file | content/browser/renderer_host/backing_store_gtk.cc » ('j') | ui/base/glib/glib_signal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698