| Index: remoting/signaling/fake_signal_strategy.h
|
| diff --git a/remoting/jingle_glue/fake_signal_strategy.h b/remoting/signaling/fake_signal_strategy.h
|
| similarity index 87%
|
| rename from remoting/jingle_glue/fake_signal_strategy.h
|
| rename to remoting/signaling/fake_signal_strategy.h
|
| index 9dc25cfcff008ecb6d99a3227a9f7f603b86e52a..a70467f04c874b6d5249debed43357ee49e6368a 100644
|
| --- a/remoting/jingle_glue/fake_signal_strategy.h
|
| +++ b/remoting/signaling/fake_signal_strategy.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_JINGLE_GLUE_FAKE_SIGNAL_STRATEGY_H_
|
| -#define REMOTING_JINGLE_GLUE_FAKE_SIGNAL_STRATEGY_H_
|
| +#ifndef REMOTING_SIGNALING_FAKE_SIGNAL_STRATEGY_H_
|
| +#define REMOTING_SIGNALING_FAKE_SIGNAL_STRATEGY_H_
|
|
|
| #include <list>
|
| #include <queue>
|
| #include <string>
|
|
|
| -#include "base/observer_list.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/observer_list.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "remoting/jingle_glue/iq_sender.h"
|
| -#include "remoting/jingle_glue/signal_strategy.h"
|
| +#include "remoting/signaling/iq_sender.h"
|
| +#include "remoting/signaling/signal_strategy.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -65,4 +65,4 @@ class FakeSignalStrategy : public SignalStrategy,
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_JINGLE_GLUE_FAKE_SIGNAL_STRATEGY_H_
|
| +#endif // REMOTING_SIGNALING_FAKE_SIGNAL_STRATEGY_H_
|
|
|