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

Unified Diff: remoting/signaling/jingle_info_request.cc

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/jingle_info_request.h ('k') | remoting/signaling/log_to_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/jingle_info_request.cc
diff --git a/remoting/jingle_glue/jingle_info_request.cc b/remoting/signaling/jingle_info_request.cc
similarity index 97%
rename from remoting/jingle_glue/jingle_info_request.cc
rename to remoting/signaling/jingle_info_request.cc
index d41f18a621fddb6088d6b711b2a1b6cc9bf03cdf..d2fe718a4b4d5fc3495631312dffd037df86daa7 100644
--- a/remoting/jingle_glue/jingle_info_request.cc
+++ b/remoting/signaling/jingle_info_request.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/jingle_glue/jingle_info_request.h"
+#include "remoting/signaling/jingle_info_request.h"
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
@@ -10,7 +10,7 @@
#include "base/strings/string_number_conversions.h"
#include "base/time/time.h"
#include "net/base/net_util.h"
-#include "remoting/jingle_glue/iq_sender.h"
+#include "remoting/signaling/iq_sender.h"
#include "third_party/libjingle/source/talk/base/socketaddress.h"
#include "third_party/libjingle/source/talk/xmllite/xmlelement.h"
#include "third_party/libjingle/source/talk/xmpp/constants.h"
« no previous file with comments | « remoting/signaling/jingle_info_request.h ('k') | remoting/signaling/log_to_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698