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

Unified Diff: chromecast/media/base/media_message_loop.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 months 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 | « chrome/test/base/tracing.cc ('k') | chromecast/media/base/media_message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/media_message_loop.h
diff --git a/chromecast/media/base/media_message_loop.h b/chromecast/media/base/media_message_loop.h
index e9f1e09abc295289f6ab40e31663cf50b3d3b8d7..c52e4df26196b7b64b1e395f075566cc23acd4a2 100644
--- a/chromecast/media/base/media_message_loop.h
+++ b/chromecast/media/base/media_message_loop.h
@@ -21,12 +21,11 @@ class MediaMessageLoop {
public:
static scoped_refptr<base::SingleThreadTaskRunner> GetTaskRunner();
- private:
- friend struct DefaultSingletonTraits<MediaMessageLoop>;
- friend class Singleton<MediaMessageLoop>;
-
static MediaMessageLoop* GetInstance();
+ private:
+ friend struct base::DefaultSingletonTraits<MediaMessageLoop>;
+
MediaMessageLoop();
~MediaMessageLoop();
« no previous file with comments | « chrome/test/base/tracing.cc ('k') | chromecast/media/base/media_message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698