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

Unified Diff: remoting/host/screen_recorder_unittest.cc

Issue 10572005: Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/session_event_executor_win.h » ('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 b7d6b3bc19e033ea3d76413fd81d78c2d7d725c4..a99adf39fc5404a3af4715c61596136e462eba00 100644
--- a/remoting/host/screen_recorder_unittest.cc
+++ b/remoting/host/screen_recorder_unittest.cc
@@ -86,9 +86,8 @@ class ScreenRecorderTest : public testing::Test {
connection_->SetEventHandler(&handler_);
record_ = new ScreenRecorder(
- &message_loop_, &message_loop_,
- base::MessageLoopProxy::current(),
- &capturer_, encoder_);
+ message_loop_.message_loop_proxy(), message_loop_.message_loop_proxy(),
+ message_loop_.message_loop_proxy(), &capturer_, encoder_);
}
virtual void TearDown() OVERRIDE {
« no previous file with comments | « remoting/host/screen_recorder.cc ('k') | remoting/host/session_event_executor_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698