Moved socket adapters from remoting/jingle_glue to jingle/glue.

BUG=None
TEST=compiles, unittests

Review URL: http://codereview.chromium.org/6776003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79929 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/protocol/DEPS b/remoting/protocol/DEPS
index 82b462cc..b1c16e3 100644
--- a/remoting/protocol/DEPS
+++ b/remoting/protocol/DEPS
@@ -1,6 +1,7 @@
 include_rules = [
   "+google/protobuf",
-  "+remoting/jingle_glue",
+  "+jingle/glue",
   "+net",
+  "+remoting/jingle_glue",
   "+third_party/protobuf/src",
 ]