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

Unified Diff: remoting/host/screen_recorder_unittest.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/screen_recorder.cc ('k') | remoting/host/simple_host_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/screen_recorder_unittest.cc
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc
index 51b65ccfa606c161ef9c6c9f8b904ae17f9b41a3..af32f56f4ca02aabc3e08c9b1cae8b0308b851ea 100644
--- a/remoting/host/screen_recorder_unittest.cc
+++ b/remoting/host/screen_recorder_unittest.cc
@@ -73,7 +73,7 @@ class ScreenRecorderTest : public testing::Test {
}
virtual void SetUp() OVERRIDE {
- // Capturer and Encoder are owned by ScreenRecorder.
+ // VideoFrameCapturer and Encoder are owned by ScreenRecorder.
encoder_ = new MockEncoder();
session_ = new MockSession();
@@ -107,7 +107,7 @@ class ScreenRecorderTest : public testing::Test {
scoped_ptr<MockConnectionToClient> connection_;
// The following mock objects are owned by ScreenRecorder.
- MockCapturer capturer_;
+ MockVideoFrameCapturer capturer_;
MockEncoder* encoder_;
private:
« no previous file with comments | « remoting/host/screen_recorder.cc ('k') | remoting/host/simple_host_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698