| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 7bd2f902e9b7060a56adba6f534ca8c008e82342..55cc8192ac75e3e09a6007c6bd2045d4f5ba468a 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -346,7 +346,7 @@ class HostProcess
|
| DesktopEnvironment::CreateForService(context_.get());
|
| }
|
|
|
| - protocol::NetworkSettings network_settings(allow_nat_traversal_);
|
| + NetworkSettings network_settings(allow_nat_traversal_);
|
| if (!allow_nat_traversal_) {
|
| network_settings.min_port = kMinPortNumber;
|
| network_settings.max_port = kMaxPortNumber;
|
|
|