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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.cc ('k') | remoting/client/plugin/delegating_signal_strategy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index e63da8a967f83fcd30b3da5b567969e2f5a87514..2e40117c907e05be2eee675a680692749c294274 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -753,7 +753,8 @@ void ChromotingInstance::HandleConnect(const base::DictionaryValue& data) {
signal_strategy_.get(),
PepperPortAllocator::Create(this)
.PassAs<cricket::HttpPortAllocatorBase>(),
- NetworkSettings(NetworkSettings::NAT_TRAVERSAL_FULL)));
+ protocol::NetworkSettings(
+ protocol::NetworkSettings::NAT_TRAVERSAL_FULL)));
// Create Authenticator.
scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
« no previous file with comments | « remoting/client/jni/chromoting_jni_instance.cc ('k') | remoting/client/plugin/delegating_signal_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698