Update the gservices gtalk setting for the terms and services url.
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 2aa6640..5dc03eb 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2536,12 +2536,7 @@
         /**
          * URL that points to the privacy terms of the Google Talk service.
          */
-        public static final String GTALK_PRIVACY_URL = "gtalk_privacy_url";
-
-        /**
-         * URL that points to the legal terms of the Google Talk service.
-         */
-        public static final String GTALK_LEGAL_URL = "gtalk_legal_url";
+        public static final String GTALK_TERMS_OF_SERVICE_URL = "gtalk_terms_of_service_url";
 
         /**
          * Hostname of the GTalk server.