| Index: remoting/host/it2me/it2me_native_messaging_host.cc
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host.cc b/remoting/host/it2me/it2me_native_messaging_host.cc
|
| index 9540a81465ac00907fea50140187faa0933ff270..0b3a716f9a26c524eed097ced5d92afd14728972 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host.cc
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host.cc
|
| @@ -25,11 +25,11 @@
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| +#include "remoting/base/name_value_map.h"
|
| #include "remoting/base/service_urls.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/host_exit_codes.h"
|
| #include "remoting/host/policy_watcher.h"
|
| -#include "remoting/protocol/name_value_map.h"
|
| #include "remoting/signaling/delegating_signal_strategy.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -43,7 +43,7 @@ namespace remoting {
|
|
|
| namespace {
|
|
|
| -const remoting::protocol::NameMapElement<It2MeHostState> kIt2MeHostStates[] = {
|
| +const NameMapElement<It2MeHostState> kIt2MeHostStates[] = {
|
| {kDisconnected, "DISCONNECTED"},
|
| {kStarting, "STARTING"},
|
| {kRequestedAccessCode, "REQUESTED_ACCESS_CODE"},
|
|
|