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

Unified Diff: remoting/host/simple_host_process.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/simple_host_process.cc
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index e9935d194784e020aed079be34c5ab71498604a4..78cef1605914e7642b36f58f46ccdf2f702e54ea 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -33,7 +33,7 @@
#include "net/base/network_change_notifier.h"
#include "net/socket/ssl_server_socket.h"
#include "remoting/base/constants.h"
-#include "remoting/host/capturer_fake.h"
+#include "remoting/host/video_frame_capturer_fake.h"
#include "remoting/host/chromoting_host.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/constants.h"
@@ -224,7 +224,7 @@ class SimpleHost : public HeartbeatSender::Listener {
base::Bind(&SimpleHost::OnAuthFailed, base::Unretained(this))));
if (fake_) {
- scoped_ptr<Capturer> capturer(new CapturerFake());
+ scoped_ptr<VideoFrameCapturer> capturer(new VideoFrameCapturerFake());
scoped_ptr<EventExecutor> event_executor = EventExecutor::Create(
context_.desktop_task_runner(),
context_.ui_task_runner(), capturer.get());

Powered by Google App Engine
This is Rietveld 408576698