Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: remoting/signaling/fake_signal_strategy.h

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/signaling/DEPS ('k') | remoting/signaling/fake_signal_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/signaling/DEPS ('k') | remoting/signaling/fake_signal_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698