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

Unified Diff: chrome/browser/dom_ui/mediaplayer_ui.h

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (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
Index: chrome/browser/dom_ui/mediaplayer_ui.h
diff --git a/chrome/browser/dom_ui/mediaplayer_ui.h b/chrome/browser/dom_ui/mediaplayer_ui.h
index c7168eedc93d09d8186df1668661cc285b8c2923..921190afb7cc0245f85a3bb1423f29e3124634ff 100644
--- a/chrome/browser/dom_ui/mediaplayer_ui.h
+++ b/chrome/browser/dom_ui/mediaplayer_ui.h
@@ -89,7 +89,7 @@ class MediaPlayer : public NotificationObserver,
const NotificationDetails& details);
// Getter for the singleton.
- static MediaPlayer* Get();
+ static MediaPlayer* GetInstance();
private:
friend struct DefaultSingletonTraits<MediaPlayer>;

Powered by Google App Engine
This is Rietveld 408576698