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

Unified Diff: remoting/signaling/log_to_server.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/jingle_info_request.cc ('k') | remoting/signaling/log_to_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/log_to_server.h
diff --git a/remoting/jingle_glue/log_to_server.h b/remoting/signaling/log_to_server.h
similarity index 85%
rename from remoting/jingle_glue/log_to_server.h
rename to remoting/signaling/log_to_server.h
index 0414d6e56898b94bc2d00b4a4bb68f15b1808932..cfae0548f85a72efa490b61902efa5d8daae13b1 100644
--- a/remoting/jingle_glue/log_to_server.h
+++ b/remoting/signaling/log_to_server.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_JINGLE_GLUE_LOG_TO_SERVER_H_
-#define REMOTING_JINGLE_GLUE_LOG_TO_SERVER_H_
+#ifndef REMOTING_SIGNALING_LOG_TO_SERVER_H_
+#define REMOTING_SIGNALING_LOG_TO_SERVER_H_
#include <deque>
#include <map>
#include <string>
#include "base/threading/non_thread_safe.h"
-#include "remoting/jingle_glue/server_log_entry.h"
-#include "remoting/jingle_glue/signal_strategy.h"
+#include "remoting/signaling/server_log_entry.h"
+#include "remoting/signaling/signal_strategy.h"
namespace buzz {
class XmlElement;
@@ -57,4 +57,4 @@ class LogToServer : public base::NonThreadSafe,
} // namespace remoting
-#endif // REMOTING_JINGLE_GLUE_LOG_TO_SERVER_H_
+#endif // REMOTING_SIGNALING_LOG_TO_SERVER_H_
« no previous file with comments | « remoting/signaling/jingle_info_request.cc ('k') | remoting/signaling/log_to_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698