| Index: remoting/signaling/log_to_server.cc
|
| diff --git a/remoting/jingle_glue/log_to_server.cc b/remoting/signaling/log_to_server.cc
|
| similarity index 93%
|
| rename from remoting/jingle_glue/log_to_server.cc
|
| rename to remoting/signaling/log_to_server.cc
|
| index ed9d308f3e36723ce2dfd70ec6159e382d4db375..20a8efc855af16e3ac1291736c156d875ee0036f 100644
|
| --- a/remoting/jingle_glue/log_to_server.cc
|
| +++ b/remoting/signaling/log_to_server.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/jingle_glue/log_to_server.h"
|
| +#include "remoting/signaling/log_to_server.h"
|
|
|
| #include "remoting/base/constants.h"
|
| -#include "remoting/jingle_glue/iq_sender.h"
|
| -#include "remoting/jingle_glue/signal_strategy.h"
|
| +#include "remoting/signaling/iq_sender.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"
|
|
|
|
|