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

Unified Diff: remoting/host/it2me/it2me_native_messaging_host_unittest.cc

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move DEPS to remoting/host Created 6 years, 2 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/it2me/it2me_native_messaging_host_unittest.cc
diff --git a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
index 61334cfc45fb3b41172a0dffdc513e07205532bb..c7272241ad5e7815688793c065023b64707d6acb 100644
--- a/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
+++ b/remoting/host/it2me/it2me_native_messaging_host_unittest.cc
@@ -440,7 +440,7 @@ void It2MeNativeMessagingHostTest::StartHost() {
scoped_ptr<extensions::NativeMessageHost> it2me_host(
new It2MeNativeMessagingHost(
- host_task_runner_,
+ ChromotingHostContext::Create(host_task_runner_.get()),
factory.Pass()));
it2me_host->Start(pipe_.get());

Powered by Google App Engine
This is Rietveld 408576698