[jumbo] Differentiate constants in usb_chooser and hid_chooser

hid_chooser is based on usb_choose so naturally some constant
names became the same, but in some (non-default; extreme) jumbo build
configurations the hid chooser and the usb chooser compile in the
same translation unit, and share the same anonymous namespace,
and then the constant names clash.

Bug: 890096
Change-Id: I1d10de81c09634af3c2dfffd95e02fe41a56e591
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624195
Auto-Submit: Daniel Bratell <bratell@opera.com>
Reviewed-by: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#662284}
1 file changed