summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_mock_objects.cc
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 14:40:20 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 14:40:20 +0000
commitbab76b9b1c041f73ef5d973eaa27385f629c4d3b (patch)
tree8c2dbcbdbfec1bcfc1da8ae0b4403325fad26bb9 /remoting/host/host_mock_objects.cc
parent82e4080d97b52798c3605fa73979c0bdf0fdc597 (diff)
downloadchromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.zip
chromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.tar.gz
chromium_src-bab76b9b1c041f73ef5d973eaa27385f629c4d3b.tar.bz2
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
Diffstat (limited to 'remoting/host/host_mock_objects.cc')
-rw-r--r--remoting/host/host_mock_objects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index d4d51a5..b0377d9 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -6,7 +6,7 @@
namespace remoting {
-MockCapturer::MockCapturer() : Capturer(NULL) {}
+MockCapturer::MockCapturer() {}
MockCapturer::~MockCapturer() {}