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: |