| Index: chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.h
|
| diff --git a/chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.h b/chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.h
|
| index cf3a99495d28f3ecd9efdb0c9a02a34527ce8909..85f192299a2a182c487c30940bd91a5432eda32f 100644
|
| --- a/chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.h
|
| +++ b/chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.h
|
| @@ -16,7 +16,7 @@
|
| #include "url/gurl.h"
|
|
|
| namespace base {
|
| -class MessageLoopProxy;
|
| +class SingleThreadTaskRunner;
|
| }
|
|
|
| namespace extensions {
|
| @@ -107,8 +107,8 @@ class WebrtcAudioPrivateSetActiveSinkFunction
|
| void SwitchDone();
|
| void DoneOnUIThread();
|
|
|
| - // Message loop of the thread this class is constructed on.
|
| - const scoped_refptr<base::MessageLoopProxy> message_loop_;
|
| + // Task runner of the thread this class is constructed on.
|
| + const scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
|
|
| int tab_id_;
|
| std::string sink_id_;
|
|
|