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

Unified Diff: remoting/signaling/xmpp_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/signal_strategy.h ('k') | remoting/signaling/xmpp_signal_strategy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/signaling/signal_strategy.h ('k') | remoting/signaling/xmpp_signal_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698