| 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 b22d7d91a92d00d2aa7033ea52ab5c20485e9b5b..eba9a946d1e730bd29ba3f34c3cf985dfc1b8154 100644
|
| --- a/content/test/webrtc_audio_device_test.h
|
| +++ b/content/test/webrtc_audio_device_test.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/message_loop/message_loop.h"
|
| #include "content/browser/renderer_host/media/mock_media_observer.h"
|
| #include "content/public/renderer/content_renderer_client.h"
|
| #include "ipc/ipc_listener.h"
|
| @@ -153,7 +152,8 @@ class MAYBE_WebRTCAudioDeviceTest : public ::testing::Test,
|
| // Posts a final task to the IO message loop and waits for completion.
|
| void WaitForIOThreadCompletion();
|
| void WaitForAudioManagerCompletion();
|
| - void WaitForMessageLoopCompletion(base::MessageLoopProxy* loop);
|
| + void WaitForTaskRunnerCompletion(
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
|
|
|
| // Convenience getter for gmock.
|
| MockMediaInternals& media_observer() const {
|
|
|