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

Unified Diff: remoting/host/host_mock_objects.cc

Issue 10696134: remoting/host: Rename Capturer to VideoFrameCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/host/host_mock_objects.cc
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index c3a4ac9f0bc0d12430e32e88c79c15a1baf440e3..c1d5d990f320327b588c80049acecb37a30774a3 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -11,9 +11,9 @@
namespace remoting {
-MockCapturer::MockCapturer() {}
+MockVideoFrameCapturer::MockVideoFrameCapturer() {}
-MockCapturer::~MockCapturer() {}
+MockVideoFrameCapturer::~MockVideoFrameCapturer() {}
MockCurtain::MockCurtain() {}

Powered by Google App Engine
This is Rietveld 408576698