| Index: remoting/signaling/iq_sender.h
|
| diff --git a/remoting/jingle_glue/iq_sender.h b/remoting/signaling/iq_sender.h
|
| similarity index 95%
|
| rename from remoting/jingle_glue/iq_sender.h
|
| rename to remoting/signaling/iq_sender.h
|
| index ce333e5f6eda581ff6782913c045e7885bacb152..671871fe18327985aff176d838b745a1ebbe7925 100644
|
| --- a/remoting/jingle_glue/iq_sender.h
|
| +++ b/remoting/signaling/iq_sender.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_IQ_SENDER_H_
|
| -#define REMOTING_JINGLE_GLUE_IQ_SENDER_H_
|
| +#ifndef REMOTING_SIGNALING_IQ_SENDER_H_
|
| +#define REMOTING_SIGNALING_IQ_SENDER_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -13,7 +13,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "remoting/jingle_glue/signal_strategy.h"
|
| +#include "remoting/signaling/signal_strategy.h"
|
|
|
| namespace base {
|
| class TimeDelta;
|
| @@ -110,4 +110,4 @@ class IqRequest : public base::SupportsWeakPtr<IqRequest> {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_IQ_SENDER_H_
|
| +#endif // REMOTING_SIGNALING_IQ_SENDER_H_
|
|
|