Fix a couple formatting errors with user actions.
commit620cd76da62ba84f0351750faeb15418933bef83
authorasvitkine <asvitkine@chromium.org>
Tue, 20 Jan 2015 22:09:39 +0000 (20 14:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Jan 2015 22:11:15 +0000 (20 22:11 +0000)
tree6e9001201badeaf9cdd125994af182f2f1a5ac21
parent239990f8cbaafb86d1c18f0705e0606718b1ac96
Fix a couple formatting errors with user actions.

Specifically, change UserMetricsAction(a ? "A" : "B") pattern to
a ? UserMetricsAction("A") : UserMetricsAction("B"). This is
needed because scripts that find actions expect the latter.

This fixes some of the warnings currently emitted by:
tools/metrics/actions/extract_actions.py.

BUG=446197

Review URL: https://codereview.chromium.org/863563002

Cr-Commit-Position: refs/heads/master@{#312286}
chrome/browser/devtools/device/devtools_android_bridge.cc
chrome/browser/ui/views/outdated_upgrade_bubble_view.cc