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

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

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 | « chromecast/media/base/media_message_loop.h ('k') | chromeos/accelerometer/accelerometer_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/media_message_loop.cc
diff --git a/chromecast/media/base/media_message_loop.cc b/chromecast/media/base/media_message_loop.cc
index 17e22132d739bad121e7ab0e445d9ce35fdd8040..d8023179c024b494ba17a1c63ca1bed417234536 100644
--- a/chromecast/media/base/media_message_loop.cc
+++ b/chromecast/media/base/media_message_loop.cc
@@ -16,7 +16,7 @@ scoped_refptr<base::SingleThreadTaskRunner> MediaMessageLoop::GetTaskRunner() {
// static
MediaMessageLoop* MediaMessageLoop::GetInstance() {
- return Singleton<MediaMessageLoop>::get();
+ return base::Singleton<MediaMessageLoop>::get();
}
MediaMessageLoop::MediaMessageLoop()
« no previous file with comments | « chromecast/media/base/media_message_loop.h ('k') | chromeos/accelerometer/accelerometer_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698