Change GitHub AppRTC location to Chrome infra mirror.

BUG=455758
TESTED=Performed a local gclient sync and verified the GitHub mirror gets automatically swapped with the new one.

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

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@294002 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/DEPS b/DEPS
index dad006e..8cd8b53 100644
--- a/DEPS
+++ b/DEPS
@@ -7,10 +7,8 @@
 }
 
 deps = {
-  # TODO(kjellander): Replace the AppRTC location with a GoB mirror as soon as
-  # crbug.com/455758 is resolved.
   'apprtc':
-    'https://github.com/webrtc/apprtc.git',
+    Var('git_url') + '/external/webrtc/apprtc@0b1f7d332571db65b74ad92f67c04c2061cc86aa',
   'webrtc.DEPS/third_party/manifestdestiny':
     Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374a81806355ea598ac4',
   'webrtc.DEPS/third_party/mozdownload':