Replace some of adlr@'s TODOs with a bug link

BUG=b:191802713
TEST=none

Change-Id: I690c2f35bbf16af516a344f026d203a478a199cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/gestures/+/2979763
Tested-by: Harry Cutts <hcutts@chromium.org>
Auto-Submit: Harry Cutts <hcutts@chromium.org>
Reviewed-by: Sean O'Brien <seobrien@chromium.org>
Commit-Queue: Harry Cutts <hcutts@chromium.org>
diff --git a/src/prop_registry.cc b/src/prop_registry.cc
index 8e9d6e2..b6a503a 100644
--- a/src/prop_registry.cc
+++ b/src/prop_registry.cc
@@ -140,7 +140,7 @@
 }
 
 void BoolArrayProperty::HandleGesturesPropWritten() {
-  // TODO(adlr): Log array property changes
+  // TODO(b/191802713): Log array property changes
   if (delegate_)
     delegate_->BoolArrayWasWritten(this);
 }
@@ -222,7 +222,7 @@
 }
 
 void DoubleArrayProperty::HandleGesturesPropWritten() {
-  // TODO(adlr): Log array property changes
+  // TODO(b/191802713): Log array property changes
   if (delegate_)
     delegate_->DoubleArrayWasWritten(this);
 }
@@ -300,7 +300,7 @@
 }
 
 void IntArrayProperty::HandleGesturesPropWritten() {
-  // TODO(adlr): Log array property changes
+  // TODO(b/191802713): Log array property changes
   if (delegate_)
     delegate_->IntArrayWasWritten(this);
 }