| Index: content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc (revision 278170)
|
| +++ content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc (working copy)
|
| @@ -176,7 +176,7 @@
|
| const content::StreamDeviceInfo& device) {
|
| if (IsVideoMediaType(device.device.type))
|
| EXPECT_TRUE(StreamDeviceInfo::IsEqual(device, video_devices_[0]));
|
| - if (IsAudioInputMediaType(device.device.type))
|
| + if (IsAudioMediaType(device.device.type))
|
| EXPECT_TRUE(StreamDeviceInfo::IsEqual(device, audio_devices_[0]));
|
|
|
| OnDeviceStopped(current_ipc_->routing_id());
|
|
|