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/cellular_capability_universal.h b/cellular_capability_universal.h
index 7724f4f..c6c6f68 100644
--- a/cellular_capability_universal.h
+++ b/cellular_capability_universal.h
@@ -42,7 +42,7 @@
   // Constants used in connect method call.  Make available to test matchers.
   // TODO(jglasgow): Generate from modem manager into
   // ModemManager-names.h.
-  // See http://crosbug.com/30551.
+  // See http://crbug.com/212909.
   static const char kConnectPin[];
   static const char kConnectOperatorId[];
   static const char kConnectApn[];
@@ -152,7 +152,7 @@
 
   // Constants used in scan results.  Make available to unit tests.
   // TODO(jglasgow): Generate from modem manager into ModemManager-names.h.
-  // See http://crosbug.com/30551.
+  // See http://crbug.com/212909.
   static const char kStatusProperty[];
   static const char kOperatorLongProperty[];
   static const char kOperatorShortProperty[];