| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index f7d90f85c37bbb4a32132a76d2ecfe8093fa27f0..10430aa889fd6ef494a9e344037ba3c0f6527fe7 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -22,8 +22,8 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/win/windows_version.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/net/google_apis/google_api_keys.h"
|
| #include "crypto/nss_util.h"
|
| +#include "google_apis/google_api_keys.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "net/base/network_change_notifier.h"
|
| @@ -35,6 +35,7 @@
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/chromoting_messages.h"
|
| +#include "remoting/host/config_file_watcher.h"
|
| #include "remoting/host/constants.h"
|
| #include "remoting/host/config_file_watcher.h"
|
| #include "remoting/host/desktop_environment_factory.h"
|
|
|