Merge "Change google_suggest_base protocol to https."
diff --git a/res/values/config.xml b/res/values/config.xml
index 4e11cf2..98724e2 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -110,6 +110,6 @@
   <!-- should be mirrored by changes in GoogleSuggestClient -->
   <!-- Do not translate.  This string is an internal URI, not seen in the UI. -->
   <string name="google_suggest_base" translatable="false">
-      http://www.google.com/complete/search?hl=%1$s&amp;client=android&amp;q=</string>
+      https://www.google.com/complete/search?hl=%1$s&amp;client=android&amp;q=</string>
 
 </resources>