| Index: content/test/webrtc_audio_device_test.h
|
| diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
|
| index d1caead26e4829683215b6a21c6021792992c87b..9039d5fbf58bd9019c1360d9f0f716b16e1e76e7 100644
|
| --- a/content/test/webrtc_audio_device_test.h
|
| +++ b/content/test/webrtc_audio_device_test.h
|
| @@ -144,7 +144,7 @@ class WebRTCAudioDeviceTest
|
| // Posts a final task to the IO message loop and waits for completion.
|
| void WaitForIOThreadCompletion();
|
| void WaitForAudioManagerCompletion();
|
| - void WaitForMessageLoopCompletion(MessageLoop* loop);
|
| + void WaitForMessageLoopCompletion(base::MessageLoopProxy* loop);
|
|
|
| // Convenience getter for gmock.
|
| MockMediaObserver& media_observer() const {
|
|
|