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

Unified Diff: remoting/host/chromoting_host_unittest.cc

Issue 10233021: Move PortAllocator creation out of LibjingleTransportFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 c17a9ce53e39731bdf7402b65f763568c2d1381b..03ff32037728eff851c4bbc938abb0723bc02a00 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -95,7 +95,7 @@ class ChromotingHostTest : public testing::Test {
host_ = new ChromotingHost(
&context_, &signal_strategy_, desktop_environment_.get(),
- protocol::NetworkSettings());
+ NetworkSettings());
disconnect_window_ = new MockDisconnectWindow();
continue_window_ = new MockContinueWindow();

Powered by Google App Engine
This is Rietveld 408576698