From aa46ba58bd3935d7eaa952b7d37252b4057513e6 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Sat, 27 Apr 2013 00:00:44 +0000 Subject: remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. It's no longer providing value as the MSVC warning is disabled during compilation. Refer to bug for details. BUG=234765 Review URL: https://chromiumcodereview.appspot.com/14522010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196888 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/ipc_video_frame_capturer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 5d1016f..ccf72fb 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 desktop_session_proxy) : delegate_(NULL), desktop_session_proxy_(desktop_session_proxy), - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) { + weak_factory_(this) { } IpcVideoFrameCapturer::~IpcVideoFrameCapturer() { -- cgit v1.1