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

Unified Diff: app/active_window_watcher_x.h

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 | app/active_window_watcher_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/active_window_watcher_x.h
diff --git a/app/active_window_watcher_x.h b/app/active_window_watcher_x.h
index e93ea1ce38a1407c1e2accfa33533c49f9475667..e54ee3c2de03665940127c3cdf78151836f4a876 100644
--- a/app/active_window_watcher_x.h
+++ b/app/active_window_watcher_x.h
@@ -35,6 +35,8 @@ class ActiveWindowWatcherX {
ActiveWindowWatcherX();
~ActiveWindowWatcherX();
+ static ActiveWindowWatcherX* GetInstance();
+
void Init();
// Sends a notification out through the NotificationService that the active
« no previous file with comments | « no previous file | app/active_window_watcher_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698