From bab76b9b1c041f73ef5d973eaa27385f629c4d3b Mon Sep 17 00:00:00 2001 From: "simonmorris@chromium.org" Date: Tue, 29 Mar 2011 14:40:20 +0000 Subject: Capturer is now pure virtual. The implementation it used to contain is now in CapturerHelper. BUG=none TEST=none Review URL: http://codereview.chromium.org/6717020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79679 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index c402b27..65eb195 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -199,8 +199,9 @@ 'sources': [ 'host/access_verifier.cc', 'host/access_verifier.h', - 'host/capturer.cc', 'host/capturer.h', + 'host/capturer_helper.cc', + 'host/capturer_helper.h', 'host/capturer_fake.cc', 'host/capturer_fake.h', 'host/chromoting_host.cc', -- cgit v1.1