| Index: remoting/host/ipc_video_frame_capturer.cc
|
| diff --git a/remoting/host/ipc_video_frame_capturer.cc b/remoting/host/ipc_video_frame_capturer.cc
|
| index 5d1016f9307580cbcd7a8a708330f66b6aa0b45c..ccf72fbef2922f53220c4469c67c34ce631c8fbe 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.cc
|
| +++ b/remoting/host/ipc_video_frame_capturer.cc
|
| @@ -14,7 +14,7 @@ IpcVideoFrameCapturer::IpcVideoFrameCapturer(
|
| scoped_refptr<DesktopSessionProxy> desktop_session_proxy)
|
| : delegate_(NULL),
|
| desktop_session_proxy_(desktop_session_proxy),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| IpcVideoFrameCapturer::~IpcVideoFrameCapturer() {
|
|
|