Index: jingle/notifier/communicator/xmpp_socket_adapter.h |
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/jingle/notifier/communicator/xmpp_socket_adapter.h |
similarity index 91% |
rename from remoting/jingle_glue/xmpp_socket_adapter.h |
rename to jingle/notifier/communicator/xmpp_socket_adapter.h |
index d1a6f65dc2a46cdd968d6fc41514b030d90290be..ff22a9c6ab345c153357c6bd2932d3104979f20c 100644 |
--- a/remoting/jingle_glue/xmpp_socket_adapter.h |
+++ b/jingle/notifier/communicator/xmpp_socket_adapter.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef REMOTING_JINGLE_GLUE_XMPP_SOCKET_ADAPTER_H_ |
-#define REMOTING_JINGLE_GLUE_XMPP_SOCKET_ADAPTER_H_ |
+#ifndef JINGLE_NOTIFIER_COMMUNICATOR_XMPP_SOCKET_ADAPTER_H_ |
+#define JINGLE_NOTIFIER_COMMUNICATOR_XMPP_SOCKET_ADAPTER_H_ |
#include <string> |
@@ -18,7 +18,7 @@ |
#define WSA_NOT_ENOUGH_MEMORY ENOMEM |
#endif |
-namespace remoting { |
+namespace notifier { |
class XmppSocketAdapter : public buzz::AsyncSocket, |
public sigslot::has_slots<> { |
@@ -82,6 +82,6 @@ class XmppSocketAdapter : public buzz::AsyncSocket, |
DISALLOW_COPY_AND_ASSIGN(XmppSocketAdapter); |
}; |
-} // namespace remoting |
+} // namespace notifier |
-#endif // REMOTING_JINGLE_GLUE_XMPP_SOCKET_ADAPTER_H_ |
+#endif // JINGLE_NOTIFIER_COMMUNICATOR_XMPP_SOCKET_ADAPTER_H_ |