| Index: remoting/signaling/jingle_info_request.cc
|
| diff --git a/remoting/jingle_glue/jingle_info_request.cc b/remoting/signaling/jingle_info_request.cc
|
| similarity index 97%
|
| rename from remoting/jingle_glue/jingle_info_request.cc
|
| rename to remoting/signaling/jingle_info_request.cc
|
| index d41f18a621fddb6088d6b711b2a1b6cc9bf03cdf..d2fe718a4b4d5fc3495631312dffd037df86daa7 100644
|
| --- a/remoting/jingle_glue/jingle_info_request.cc
|
| +++ b/remoting/signaling/jingle_info_request.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/jingle_glue/jingle_info_request.h"
|
| +#include "remoting/signaling/jingle_info_request.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop/message_loop.h"
|
| @@ -10,7 +10,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/time/time.h"
|
| #include "net/base/net_util.h"
|
| -#include "remoting/jingle_glue/iq_sender.h"
|
| +#include "remoting/signaling/iq_sender.h"
|
| #include "third_party/libjingle/source/talk/base/socketaddress.h"
|
| #include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
|
| #include "third_party/libjingle/source/talk/xmpp/constants.h"
|
|
|