| Index: remoting/signaling/xmpp_signal_strategy.h
|
| diff --git a/remoting/jingle_glue/xmpp_signal_strategy.h b/remoting/signaling/xmpp_signal_strategy.h
|
| similarity index 94%
|
| rename from remoting/jingle_glue/xmpp_signal_strategy.h
|
| rename to remoting/signaling/xmpp_signal_strategy.h
|
| index 4ef6b704e098964aa5e360b86abdcc7e18435737..48ca97a0857d1347354f0b69d3443ee98407f4ec 100644
|
| --- a/remoting/jingle_glue/xmpp_signal_strategy.h
|
| +++ b/remoting/signaling/xmpp_signal_strategy.h
|
| @@ -7,10 +7,10 @@
|
| //
|
| // This class is not threadsafe.
|
|
|
| -#ifndef REMOTING_JINGLE_GLUE_XMPP_SIGNAL_STRATEGY_H_
|
| -#define REMOTING_JINGLE_GLUE_XMPP_SIGNAL_STRATEGY_H_
|
| +#ifndef REMOTING_SIGNALING_XMPP_SIGNAL_STRATEGY_H_
|
| +#define REMOTING_SIGNALING_XMPP_SIGNAL_STRATEGY_H_
|
|
|
| -#include "remoting/jingle_glue/signal_strategy.h"
|
| +#include "remoting/signaling/signal_strategy.h"
|
|
|
| #include <vector>
|
|
|
| @@ -112,4 +112,4 @@ class XmppSignalStrategy : public base::NonThreadSafe,
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_XMPP_SIGNAL_STRATEGY_H_
|
| +#endif // REMOTING_SIGNALING_XMPP_SIGNAL_STRATEGY_H_
|
|
|