Change Google Code URL to not use https.

Since https is known to cause sync problems on buildbots.

TBR=phoglund@chromium.org

Review URL: https://codereview.chromium.org/26563007

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@229067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/DEPS b/DEPS
index dad9bf6..482aca2 100644
--- a/DEPS
+++ b/DEPS
@@ -9,7 +9,7 @@
 
 deps = {
   "src/third_party/webrtc_apprtc":
-    "https://webrtc.googlecode.com/svn/trunk/samples/js",
+    (Var("googlecode_url") % "webrtc") + "/trunk/samples/js",
 }
 
 deps_os = {