| 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>
|
|
|