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

Unified Diff: remoting/protocol/chromium_socket_factory.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/protocol/chromium_port_allocator.cc ('k') | remoting/protocol/chromium_socket_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/chromium_socket_factory.h
diff --git a/remoting/jingle_glue/chromium_socket_factory.h b/remoting/protocol/chromium_socket_factory.h
similarity index 85%
rename from remoting/jingle_glue/chromium_socket_factory.h
rename to remoting/protocol/chromium_socket_factory.h
index 0c66982556729b2f9e47b5f27c587a92c0a61ec6..0f0c3afdfcc51b130775c208da78c7c821865fc0 100644
--- a/remoting/jingle_glue/chromium_socket_factory.h
+++ b/remoting/protocol/chromium_socket_factory.h
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_JINGLE_GLUE_CHROMIUM_SOCKET_FACTORY_H_
-#define REMOTING_JINGLE_GLUE_CHROMIUM_SOCKET_FACTORY_H_
+#ifndef REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_
+#define REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_
#include "base/compiler_specific.h"
#include "third_party/libjingle/source/talk/p2p/base/packetsocketfactory.h"
namespace remoting {
+namespace protocol {
class ChromiumPacketSocketFactory : public talk_base::PacketSocketFactory {
public:
@@ -34,6 +35,7 @@ class ChromiumPacketSocketFactory : public talk_base::PacketSocketFactory {
DISALLOW_COPY_AND_ASSIGN(ChromiumPacketSocketFactory);
};
+} // namespace protocol
} // namespace remoting
-#endif // REMOTING_JINGLE_GLUE_CHROMIUM_SOCKET_FACTORY_H_
+#endif // REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_
« no previous file with comments | « remoting/protocol/chromium_port_allocator.cc ('k') | remoting/protocol/chromium_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698