| Index: remoting/signaling/jingle_info_request.h
|
| diff --git a/remoting/jingle_glue/jingle_info_request.h b/remoting/signaling/jingle_info_request.h
|
| similarity index 89%
|
| rename from remoting/jingle_glue/jingle_info_request.h
|
| rename to remoting/signaling/jingle_info_request.h
|
| index 118aa4a17fc1fd9639e4fcf06f312ce699091583..1cf1e70f930867b7e26d6dda1689feb11c1f72cf 100644
|
| --- a/remoting/jingle_glue/jingle_info_request.h
|
| +++ b/remoting/signaling/jingle_info_request.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_JINGLE_GLUE_JINGLE_INFO_REQUEST_H_
|
| -#define REMOTING_JINGLE_GLUE_JINGLE_INFO_REQUEST_H_
|
| +#ifndef REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
|
| +#define REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -12,7 +12,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "remoting/jingle_glue/iq_sender.h"
|
| +#include "remoting/signaling/iq_sender.h"
|
|
|
| namespace buzz {
|
| class XmlElement;
|
| @@ -61,4 +61,4 @@ class JingleInfoRequest {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_JINGLE_INFO_REQUEST_H_
|
| +#endif // REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
|
|
|