Commit e902df34 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

flags: fix two errant owners

These both have unqualified usernames but the actual correct email
addresses are at domains other than chromium.org.

Bug: None
Change-Id: If1e1153fa53cd43b24008c43b2892025a74bc554
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014103Reviewed-by: default avatarCliff Smolinsky <cliffsmo@microsoft.com>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734056}
parent a274c52c
...@@ -1019,7 +1019,7 @@ ...@@ -1019,7 +1019,7 @@
}, },
{ {
"name": "enable-aura-tooltips-on-windows", "name": "enable-aura-tooltips-on-windows",
"owners": [ "cliffsmo" ], "owners": [ "cliffsmo@microsoft.com" ],
"expiry_milestone": 78 "expiry_milestone": 78
}, },
{ {
...@@ -1127,7 +1127,7 @@ ...@@ -1127,7 +1127,7 @@
}, },
{ {
"name": "enable-caption-settings", "name": "enable-caption-settings",
"owners": [ "evliu" ], "owners": [ "evliu@google.com" ],
"expiry_milestone": 80 "expiry_milestone": 80
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment