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: Iee14d10d544e9f0ec046117cc4ec8a55c427adc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5469947
Reviewed-by: Darryl James <[email protected]>
Owners-Override: Alison Gale <[email protected]>
Commit-Queue: Alison Gale <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1290838}
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 51919f7..a987a5e 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -914,7 +914,7 @@
   //
   // Always returns a non-null value.
   //
-  // TODO(crbug.com/1498410): Consider replacing this with
+  // TODO(crbug.com/40939539): Consider replacing this with
   // GuestViewBase::GetTopLevelWebContents, since that is now the only case
   // where this would return a contents other than |this|.
   virtual WebContents* GetResponsibleWebContents() = 0;
@@ -1513,7 +1513,7 @@
 
   // Tag `WebContents` with its owner. Used purely for debugging purposes so it
   // does not need to be exhaustive or perfectly correct.
-  // TODO(crbug.com/1407197): Remove after bug is fixed.
+  // TODO(crbug.com/40062641): Remove after bug is fixed.
   virtual void SetOwnerLocationForDebug(
       std::optional<base::Location> owner_location) = 0;