Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: remoting/host/host_mock_objects.cc

Issue 10790075: Rename Capturer to VideoFrameCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index f3acec95e6a8b819f09cb5f71362d51689007a5d..f192f8e84d659db0a8f4db39db75b7321c78fd3f 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -12,9 +12,9 @@
namespace remoting {
-MockCapturer::MockCapturer() {}
+MockVideoFrameCapturer::MockVideoFrameCapturer() {}
-MockCapturer::~MockCapturer() {}
+MockVideoFrameCapturer::~MockVideoFrameCapturer() {}
MockCaptureCompletedCallback::MockCaptureCompletedCallback() {}
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698