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

Unified Diff: remoting/signaling/jingle_info_request.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/iq_sender_unittest.cc ('k') | remoting/signaling/jingle_info_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/jingle_info_request.h
diff --git a/remoting/jingle_glue/jingle_info_request.h b/remoting/signaling/jingle_info_request.h
similarity index 89%
rename from remoting/jingle_glue/jingle_info_request.h
rename to remoting/signaling/jingle_info_request.h
index 118aa4a17fc1fd9639e4fcf06f312ce699091583..1cf1e70f930867b7e26d6dda1689feb11c1f72cf 100644
--- a/remoting/jingle_glue/jingle_info_request.h
+++ b/remoting/signaling/jingle_info_request.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_JINGLE_INFO_REQUEST_H_
-#define REMOTING_JINGLE_GLUE_JINGLE_INFO_REQUEST_H_
+#ifndef REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
+#define REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
#include <set>
#include <string>
@@ -12,7 +12,7 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
-#include "remoting/jingle_glue/iq_sender.h"
+#include "remoting/signaling/iq_sender.h"
namespace buzz {
class XmlElement;
@@ -61,4 +61,4 @@ class JingleInfoRequest {
} // namespace remoting
-#endif // REMOTING_JINGLE_GLUE_JINGLE_INFO_REQUEST_H_
+#endif // REMOTING_SIGNALING_JINGLE_INFO_REQUEST_H_
« no previous file with comments | « remoting/signaling/iq_sender_unittest.cc ('k') | remoting/signaling/jingle_info_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698