| Index: remoting/host/ipc_audio_capturer.cc
|
| diff --git a/remoting/host/ipc_audio_capturer.cc b/remoting/host/ipc_audio_capturer.cc
|
| index 49fb51e672a470d885848d06dec6ca76302fde22..eb571a224dd503ced8db79f8de9560063ac804d9 100644
|
| --- a/remoting/host/ipc_audio_capturer.cc
|
| +++ b/remoting/host/ipc_audio_capturer.cc
|
| @@ -12,7 +12,7 @@ namespace remoting {
|
| IpcAudioCapturer::IpcAudioCapturer(
|
| scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
|
| : desktop_session_proxy_(desktop_session_proxy),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| IpcAudioCapturer::~IpcAudioCapturer() {
|
|
|