| Index: remoting/host/heartbeat_sender.cc
|
| diff --git a/remoting/host/heartbeat_sender.cc b/remoting/host/heartbeat_sender.cc
|
| index 61b9370bf1d67918e4a2776bf4cb1410a4d2d22a..de7b414f8c51469b20cb4623894ee8226bbba6ba 100644
|
| --- a/remoting/host/heartbeat_sender.cc
|
| +++ b/remoting/host/heartbeat_sender.cc
|
| @@ -15,9 +15,9 @@
|
| #include "remoting/base/constants.h"
|
| #include "remoting/base/logging.h"
|
| #include "remoting/host/server_log_entry_host.h"
|
| -#include "remoting/jingle_glue/iq_sender.h"
|
| -#include "remoting/jingle_glue/server_log_entry.h"
|
| -#include "remoting/jingle_glue/signal_strategy.h"
|
| +#include "remoting/signaling/iq_sender.h"
|
| +#include "remoting/signaling/server_log_entry.h"
|
| +#include "remoting/signaling/signal_strategy.h"
|
| #include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
|
| #include "third_party/libjingle/source/talk/xmpp/constants.h"
|
|
|
|
|