| 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_
|
|
|