| Index: remoting/signaling/signal_strategy.h
|
| diff --git a/remoting/jingle_glue/signal_strategy.h b/remoting/signaling/signal_strategy.h
|
| similarity index 94%
|
| rename from remoting/jingle_glue/signal_strategy.h
|
| rename to remoting/signaling/signal_strategy.h
|
| index 206edc0dec09bc7e400313ec2fecbfbf472b22dd..0463436e00e7e0676c2763d847ea38a9bef7d657 100644
|
| --- a/remoting/jingle_glue/signal_strategy.h
|
| +++ b/remoting/signaling/signal_strategy.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_SIGNAL_STRATEGY_H_
|
| -#define REMOTING_JINGLE_GLUE_SIGNAL_STRATEGY_H_
|
| +#ifndef REMOTING_SIGNALING_SIGNAL_STRATEGY_H_
|
| +#define REMOTING_SIGNALING_SIGNAL_STRATEGY_H_
|
|
|
| #include <string>
|
|
|
| @@ -98,4 +98,4 @@ class SignalStrategy {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_SIGNAL_STRATEGY_H_
|
| +#endif // REMOTING_SIGNALING_SIGNAL_STRATEGY_H_
|
|
|