Migrate TODOs referencing old crbug IDs to the new issue tracker IDs

The canonical bug format is TODO(crbug.com/<id>). TODOs of the
following forms will all be migrated to the new format:

- TODO(crbug.com/<old id>)
- TODO(https://crbug.com/<old id>)
- TODO(crbug/<old id>)
- TODO(crbug/monorail/<old id>)
- TODO(<old id>)
- TODO(issues.chromium.org/<old id>)
- TODO(https://issues.chromium.org/<old id>)
- TODO(https://issues.chromium.org/u/1/issues/<old id>)
- TODO(bugs.chromium.org/<old id>)

Bug id mapping is sourced from go/chrome-on-buganizer-prod-issues.
See go/crbug-todo-migration for details.

#crbug-todo-migration

Bug: b/321899722
Change-Id: I89f0a4d7ddeb7c9585f3a0e5421aef8ce5a6f0f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5455854
Reviewed-by: Taylor Bergquist <[email protected]>
Commit-Queue: Alison Gale <[email protected]>
Owners-Override: Alison Gale <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1287738}
diff --git a/components/prefs/overlay_user_pref_store.cc b/components/prefs/overlay_user_pref_store.cc
index 74a06c76..ed82272 100644
--- a/components/prefs/overlay_user_pref_store.cc
+++ b/components/prefs/overlay_user_pref_store.cc
@@ -134,7 +134,7 @@
     return;
   }
 
-  // TODO(https://crbug.com/861722): If we always store in in-memory storage
+  // TODO(crbug.com/40584094): If we always store in in-memory storage
   // and conditionally also stored in persistent one, we wouldn't have to do a
   // complex merge in GetValues().
   ephemeral_user_pref_store_->SetValue(key, std::move(value), flags);