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

Unified Diff: ui/base/x/active_window_watcher_x.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
« ui/base/glib/glib_signal.h ('K') | « ui/base/gtk/gtk_signal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/active_window_watcher_x.h
diff --git a/ui/base/x/active_window_watcher_x.h b/ui/base/x/active_window_watcher_x.h
index 16c87a35f04163b7f6f3d3d0995dba81e0ddc1f9..4fa6b65898ddd21a540db0376f2bb3532672431a 100644
--- a/ui/base/x/active_window_watcher_x.h
+++ b/ui/base/x/active_window_watcher_x.h
@@ -43,7 +43,7 @@ class UI_EXPORT ActiveWindowWatcherX {
friend struct DefaultSingletonTraits<ActiveWindowWatcherX>;
ActiveWindowWatcherX();
- virtual ~ActiveWindowWatcherX();
+ ~ActiveWindowWatcherX();
void Init();
« ui/base/glib/glib_signal.h ('K') | « ui/base/gtk/gtk_signal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698