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

Unified Diff: media/audio/audio_device_thread.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « jingle/glue/fake_socket_factory.h ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_device_thread.h
diff --git a/media/audio/audio_device_thread.h b/media/audio/audio_device_thread.h
index 87d3e4ccb85bed37af312e18ca2883d13e32ae69..22ff077e0fbb1387cc329f10f511aff16849ce15 100644
--- a/media/audio/audio_device_thread.h
+++ b/media/audio/audio_device_thread.h
@@ -15,7 +15,9 @@
#include "media/audio/audio_parameters.h"
#include "media/audio/shared_memory_util.h"
+namespace base {
class MessageLoop;
+}
namespace media {
class AudioBus;
@@ -86,7 +88,7 @@ class MEDIA_EXPORT AudioDeviceThread {
// in order to join the worker thread and close the thread handle later via a
// posted task.
// If set to NULL, function will wait for the thread to exit before returning.
- void Stop(MessageLoop* loop_for_join);
+ void Stop(base::MessageLoop* loop_for_join);
// Returns true if the thread is stopped or stopping.
bool IsStopped();
« no previous file with comments | « jingle/glue/fake_socket_factory.h ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698