Index: content/common/media/audio_messages.h |
=================================================================== |
--- content/common/media/audio_messages.h (revision 130181) |
+++ content/common/media/audio_messages.h (working copy) |
@@ -23,7 +23,7 @@ |
IPC_ENUM_TRAITS(AudioStreamState) |
-IPC_STRUCT_TRAITS_BEGIN(media::AudioBuffersState) |
+IPC_STRUCT_TRAITS_BEGIN(AudioBuffersState) |
IPC_STRUCT_TRAITS_MEMBER(pending_bytes) |
IPC_STRUCT_TRAITS_MEMBER(hardware_delay_bytes) |
IPC_STRUCT_TRAITS_END() |
@@ -90,12 +90,12 @@ |
// Request that got sent to browser for creating an audio output stream |
IPC_MESSAGE_CONTROL2(AudioHostMsg_CreateStream, |
int /* stream_id */, |
- media::AudioParameters /* params */) |
+ AudioParameters /* params */) |
// Request that got sent to browser for creating an audio input stream |
IPC_MESSAGE_CONTROL4(AudioInputHostMsg_CreateStream, |
int /* stream_id */, |
- media::AudioParameters /* params */, |
+ AudioParameters /* params */, |
std::string /* device_id */, |
bool /* automatic_gain_control */) |