Update webrtc.DEPS gflags revision 45:84

This is needed as gflags it was rolled (and renamed) in WebRTC
https://code.google.com/p/webrtc/source/detail?r=4555

TEST=webrtc:2059
BUG=none

Review URL: https://chromiumcodereview.appspot.com/23163008

git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS@218426 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/DEPS b/DEPS
index ccb22dd..0407c58 100644
--- a/DEPS
+++ b/DEPS
@@ -11,9 +11,9 @@
   "android": {
     "src/data": 
       (Var("googlecode_url") % "webrtc") + "/trunk/data",
-    "src/third_party/google-gflags":
-      (Var("googlecode_url") % "webrtc") + "/trunk/third_party/google-gflags",
-    "src/third_party/google-gflags/src":
-      "http://google-gflags.googlecode.com/svn/trunk/src@45",
+    "src/third_party/gflags":
+      (Var("googlecode_url") % "webrtc") + "/trunk/third_party/gflags",
+    "src/third_party/gflags/src":
+      "http://gflags.googlecode.com/svn/trunk/src@84",
   },
 }