
EventType will become an enum class, so all uses of its enum values need a scope. Because we have to modify all usage anyway, modernize the naming while doing that. This is a mechanical change. There will be a follow-up change to actually switch EventType to be an enum class rather than an enum. Bug: 285921876 Change-Id: I775af72e1803892e7a213f0ce1011ce828e012fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5725076 Owners-Override: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1331307}