Rewrite git/gerrit/gerrit-int urls to googlesource

BUG=chromium:281665,chromium:290413

TEST=None

Change-Id: Ib422356eb0c9339d54cd9d323b5bcf1ff8579f21
Reviewed-on: https://chromium-review.googlesource.com/171268
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
Tested-by: Aaron Gable <agable@chromium.org>
diff --git a/cros_bundle/cb_constants.py b/cros_bundle/cb_constants.py
index 295f0be..e2b81c7 100644
--- a/cros_bundle/cb_constants.py
+++ b/cros_bundle/cb_constants.py
@@ -14,7 +14,7 @@
 BIOS_NAME = {'x86-alex': 'bios.bin', 'stumpy': 'bios.bin'}
 EC_NAME = {'x86-alex': 'ec.bin'}
 EC2_NAME = {'x86-alex': 'Alex_EC_VFA616M.bin'}
-GITURL = 'http://git.chromium.org/chromiumos/platform/vboot_reference.git'
+GITURL = 'https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git'
 # TODO(benwin) update to production value once it is determined
 GSD_BUCKET = 'gs://chromeos-download-test'
 IMAGE_GSD_BUCKET = 'gs://chromeos-releases'