Migrate GCMChannelStatusRequest to SimpleURLLoader

Bug: 844933
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I0f23e77a0907b8def0c4f962cea7910fbc75469f
Reviewed-on: https://chromium-review.googlesource.com/1113669
Commit-Queue: Mark Pilgrim <[email protected]>
Reviewed-by: Jian Li <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Reviewed-by: Matt Menke <[email protected]>
Reviewed-by: Rohit Rao <[email protected]>
Cr-Commit-Position: refs/heads/master@{#570872}
diff --git a/components/gcm_driver/DEPS b/components/gcm_driver/DEPS
index 7304b15..0e7bd81 100644
--- a/components/gcm_driver/DEPS
+++ b/components/gcm_driver/DEPS
@@ -16,5 +16,7 @@
   "+google_apis/gcm",
   "+jni",
   "+net",
+  "+services/network/public/cpp",
+  "+services/network/test",
   "+third_party/leveldatabase",  # Only used for tests.
 ]