| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 7d4c3f76e9778359d28a371b1dbd17b9d72df116..114802bc01162d26c1b7b1e9976b43b3a811e8e4 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -62,7 +62,6 @@ HMODULE g_hModule = NULL;
|
|
|
| using remoting::protocol::CandidateSessionConfig;
|
| using remoting::protocol::ChannelConfig;
|
| -using remoting::protocol::NetworkSettings;
|
|
|
| namespace {
|
|
|
| @@ -353,8 +352,8 @@ int main(int argc, char** argv) {
|
|
|
| simple_host.network_settings()->nat_traversal_mode =
|
| cmd_line->HasSwitch(kDisableNatTraversalSwitchName) ?
|
| - remoting::protocol::TransportConfig::NAT_TRAVERSAL_DISABLED :
|
| - remoting::protocol::TransportConfig::NAT_TRAVERSAL_ENABLED;
|
| + remoting::NetworkSettings::NAT_TRAVERSAL_DISABLED :
|
| + remoting::NetworkSettings::NAT_TRAVERSAL_ENABLED;
|
|
|
| if (cmd_line->HasSwitch(kMinPortSwitchName)) {
|
| std::string min_port_str =
|
|
|