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/service_property_change_test.cc b/service_property_change_test.cc
index c2fcfb5..e4f8927 100644
--- a/service_property_change_test.cc
+++ b/service_property_change_test.cc
@@ -38,7 +38,7 @@
   service->SetState(Service::kStateConnected);
   Mock::VerifyAndClearExpectations(adaptor);
 
-  // TODO(quiche): Once crosbug.com/34528 is resolved, add a test
+  // TODO(quiche): Once crbug.com/216664 is resolved, add a test
   // that service->SetConnection emits kIPConfigProperty changed.
 
   bool connectable = service->connectable();