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

Unified Diff: remoting/signaling/iq_sender.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/fake_signal_strategy.cc ('k') | remoting/signaling/iq_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/iq_sender.h
diff --git a/remoting/jingle_glue/iq_sender.h b/remoting/signaling/iq_sender.h
similarity index 95%
rename from remoting/jingle_glue/iq_sender.h
rename to remoting/signaling/iq_sender.h
index ce333e5f6eda581ff6782913c045e7885bacb152..671871fe18327985aff176d838b745a1ebbe7925 100644
--- a/remoting/jingle_glue/iq_sender.h
+++ b/remoting/signaling/iq_sender.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_IQ_SENDER_H_
-#define REMOTING_JINGLE_GLUE_IQ_SENDER_H_
+#ifndef REMOTING_SIGNALING_IQ_SENDER_H_
+#define REMOTING_SIGNALING_IQ_SENDER_H_
#include <map>
#include <string>
@@ -13,7 +13,7 @@
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "remoting/jingle_glue/signal_strategy.h"
+#include "remoting/signaling/signal_strategy.h"
namespace base {
class TimeDelta;
@@ -110,4 +110,4 @@ class IqRequest : public base::SupportsWeakPtr<IqRequest> {
} // namespace remoting
-#endif // REMOTING_JINGLE_GLUE_IQ_SENDER_H_
+#endif // REMOTING_SIGNALING_IQ_SENDER_H_
« no previous file with comments | « remoting/signaling/fake_signal_strategy.cc ('k') | remoting/signaling/iq_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698