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

Unified Diff: remoting/signaling/log_to_server.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/log_to_server.h ('k') | remoting/signaling/log_to_server_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/log_to_server.cc
diff --git a/remoting/jingle_glue/log_to_server.cc b/remoting/signaling/log_to_server.cc
similarity index 93%
rename from remoting/jingle_glue/log_to_server.cc
rename to remoting/signaling/log_to_server.cc
index ed9d308f3e36723ce2dfd70ec6159e382d4db375..20a8efc855af16e3ac1291736c156d875ee0036f 100644
--- a/remoting/jingle_glue/log_to_server.cc
+++ b/remoting/signaling/log_to_server.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/jingle_glue/log_to_server.h"
+#include "remoting/signaling/log_to_server.h"
#include "remoting/base/constants.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"
#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/log_to_server.h ('k') | remoting/signaling/log_to_server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698