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

Unified Diff: remoting/host/chromoting_host_unittest.cc

Issue 7312019: Chromoting: Move host input and window mgmt into DesktopEnvironment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 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/chromoting_host_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index 29a7f7bf4ee1b7b44ea1d2d8a6e7aae292783744..be6565ac1424f393b3731fe61bdbe9c581446003 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -98,7 +98,7 @@ class ChromotingHostTest : public testing::Test {
continue_window_ = new MockContinueWindow();
local_input_monitor_ = new MockLocalInputMonitor();
DesktopEnvironment* desktop =
- new DesktopEnvironment(capturer, event_executor_, curtain_,
+ new DesktopEnvironment(&context_, capturer, event_executor_, curtain_,
disconnect_window_, continue_window_,
local_input_monitor_);
MockAccessVerifier* access_verifier = new MockAccessVerifier();

Powered by Google App Engine
This is Rietveld 408576698