shill: Map crosbugs to their crbug equivalent

This makes things more consistent with the current issue URLs.

BUG=chromium:260016
TEST=Unit tests;
sed -i $(for crosbug in $(grep 'crosbug.com/[0-9]' *.cc *.h | sed -e 's#.*crosbug.com/\([0-9]*\).*#\1#' | sort | uniq); do crbug=$(curl -s "https://code.google.com/p/chromium-os/issues/detail?id=$crosbug" | grep HREF | sed -e 's/.*id=\([0-9]*\).*/\1/'); echo "-e s#crosbug.com/$crosbug#crbug.com/$crbug#"; done) *.cc *.h

Change-Id: I28e31c6c30186dd2a7cd1b36a170c33c2797d97f
Reviewed-on: https://gerrit.chromium.org/gerrit/61794
Commit-Queue: Paul Stewart <pstew@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
diff --git a/wpa_supplicant.h b/wpa_supplicant.h
index 90728d0..466f5bd 100644
--- a/wpa_supplicant.h
+++ b/wpa_supplicant.h
@@ -102,7 +102,7 @@
   static const char kNetworkPropertySSID[];
   static const char kNetworkPropertyScanSSID[];
 // TODO(quiche): Make the naming scheme more consistent, by adding the
-// object type to the property names below. (crosbug.com/23656)
+// object type to the property names below. (crbug.com/206642)
   static const char kPropertyAuthAlg[];
   static const char kPropertyBSSID[];
   static const char kPropertyMode[];